reditect to order
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { BellIcon } from 'lucide-react'
|
||||
|
||||
import { Button } from '@repo/ui/components/ui/button'
|
||||
import {
|
||||
Popover,
|
||||
PopoverContent,
|
||||
PopoverTrigger
|
||||
} from '@repo/ui/components/ui/popover'
|
||||
import { Button } from '@repo/ui/components/ui/button'
|
||||
|
||||
export function Notification() {
|
||||
return (
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { type ReactNode, createContext, useContext } from 'react'
|
||||
import { type LucideIcon } from 'lucide-react'
|
||||
import { createContext, useContext, type ReactNode } from 'react'
|
||||
|
||||
import { cn } from '@repo/ui/lib/utils'
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@ import React, {
|
||||
useContext,
|
||||
useMemo,
|
||||
useState,
|
||||
type ReactNode,
|
||||
type ReactElement
|
||||
type ReactElement,
|
||||
type ReactNode
|
||||
} from 'react'
|
||||
|
||||
type WizardContextProps = (name: string) => void
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
'use client'
|
||||
|
||||
import { formatCNPJ } from '@brazilian-utils/brazilian-utils'
|
||||
import { IconRosetteDiscountCheckFilled } from '@tabler/icons-react'
|
||||
import {
|
||||
CheckIcon,
|
||||
BadgeCheckIcon,
|
||||
CheckIcon,
|
||||
ChevronsUpDownIcon,
|
||||
PlusIcon
|
||||
} from 'lucide-react'
|
||||
import { IconRosetteDiscountCheckFilled } from '@tabler/icons-react'
|
||||
import { createContext, use } from 'react'
|
||||
import { useLocation } from 'react-router'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user