Fix build failure

This commit is contained in:
KMKoushik
2024-05-19 18:39:49 +10:00
parent 2887c68800
commit 29b48c9a4d

View File

@@ -1,7 +1,7 @@
import "@unsend/ui/styles/globals.css";
import { Inter } from "next/font/google";
import { ThemeProvider } from "@unsend/ui/theme-provider";
import { ThemeProvider } from "@unsend/ui";
import { Toaster } from "@unsend/ui/src/toaster";
import { TRPCReactProvider } from "~/trpc/react";