The preview failed to compile with the following build error:
./components/navigation.tsx:10:1
Module not found: Can't resolve '@/components/user-nav'
8 | import { Sheet, SheetContent, SheetTrigger, SheetTitle, SheetDescription } from "@/compone...
9 | import { ScrollArea } from "@/components/ui/scroll-area"
> 10 | import { UserNav } from '@/components/user-nav'
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 | import {
12 | Menu,
13 | Shield,
Import map: aliased to relative './components/user-nav' inside of [project]/
Import trace:
Server Component:
./components/navigation.tsx
./app/page.tsx
https://nextjs.org/docs/messages/module-not-found
Revise the code to address the error.
I was previewing: /
The preview failed to compile with the following build error:
./components/navigation.tsx:10:1
Module not found: Can't resolve '@/components/user-nav'
8 | import { Sheet, SheetContent, SheetTrigger, SheetTitle, SheetDescription } from "@/compone...
9 | import { ScrollArea } from "@/components/ui/scroll-area"
> 10 | import { UserNav } from '@/components/user-nav'
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 | import {
12 | Menu,
13 | Shield,
Import map: aliased to relative './components/user-nav' inside of [project]/
Import trace:
Server Component:
./components/navigation.tsx
./app/page.tsx
https://nextjs.org/docs/messages/module-not-found
Revise the code to address the error.
I was previewing: /
The preview failed to compile with the following build error:
./components/navigation.tsx:10:1
Module not found: Can't resolve '@/components/user-nav'
8 | import { Sheet, SheetContent, SheetTrigger, SheetTitle, SheetDescription } from "@/compone...
9 | import { ScrollArea } from "@/components/ui/scroll-area"
> 10 | import { UserNav } from '@/components/user-nav'
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11 | import {
12 | Menu,
13 | Shield,
Import map: aliased to relative './components/user-nav' inside of [project]/
Import trace:
Server Component:
./components/navigation.tsx
./app/page.tsx
https://nextjs.org/docs/messages/module-not-found
Revise the code to address the error.
I was previewing: /