Skip to content

Commit 7ec6630

Browse files
committed
fix: dialog trigger import
1 parent 5c56fd8 commit 7ec6630

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/postgres-new/components/layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
import 'chart.js/auto'
44
import 'chartjs-adapter-date-fns'
55

6-
import { DialogTrigger } from '@radix-ui/react-dialog'
76
import { LazyMotion, m } from 'framer-motion'
87
import { PropsWithChildren } from 'react'
98
import { TooltipProvider } from '~/components/ui/tooltip'
109
import { useBreakpoint } from '~/lib/use-breakpoint'
1110
import { useApp } from './app-provider'
1211
import Sidebar from './sidebar'
13-
import { Dialog, DialogContent, DialogHeader, DialogTitle } from './ui/dialog'
12+
import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger } from './ui/dialog'
1413

1514
const loadFramerFeatures = () => import('./framer-features').then((res) => res.default)
1615

0 commit comments

Comments
 (0)