reditect to order

This commit is contained in:
2026-01-14 21:08:23 -03:00
parent d893114e38
commit a3e4fe887d
22 changed files with 1105 additions and 1157 deletions

View File

@@ -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 (

View File

@@ -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'

View File

@@ -4,8 +4,8 @@ import React, {
useContext,
useMemo,
useState,
type ReactNode,
type ReactElement
type ReactElement,
type ReactNode
} from 'react'
type WizardContextProps = (name: string) => void

View File

@@ -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'