Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
iglooe committed May 7, 2024
1 parent 22c9cd6 commit 4f730ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ import { ClerkProvider } from "@clerk/nextjs"
import { NextSSRPlugin } from "@uploadthing/react/next-ssr-plugin"
import { extractRouterConfig } from "uploadthing/server"

import { ourFileRouter } from "~/app/api/uploadthing/core"
// prettier-ignore
import { ourFileRouter } from "~/app/api/uploadthing/core";

import { siteConfig } from "~/config/site"
import { ScrollArea } from "~/components/ui/scroll-area"
import { Toaster } from "~/components/ui/sonner"
import { TailwindIndicator } from "~/components/tailwind-indicator"
import { ourFileRouter } from "~/app/api/uploadthing/core"

import { TopNav } from "./_components/top-nav"

Expand Down

0 comments on commit 4f730ea

Please sign in to comment.