mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-03 04:06:06 +02:00
Fix import order
This commit is contained in:
parent
eacd7b7e5e
commit
a66c61bdb0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
import "tailwindcss/tailwind.css";
|
import "tailwindcss/tailwind.css";
|
||||||
import "../../style.css";
|
import "../../style.css";
|
||||||
|
|
||||||
|
import { defaultLocale, supportedLngs } from "@rallly/languages";
|
||||||
import { PostHogProvider } from "@rallly/posthog/client";
|
import { PostHogProvider } from "@rallly/posthog/client";
|
||||||
import { Toaster } from "@rallly/ui/toaster";
|
import { Toaster } from "@rallly/ui/toaster";
|
||||||
import { TooltipProvider } from "@rallly/ui/tooltip";
|
import { TooltipProvider } from "@rallly/ui/tooltip";
|
||||||
|
@ -21,7 +22,6 @@ import { TRPCProvider } from "@/trpc/client/provider";
|
||||||
import { ConnectedDayjsProvider } from "@/utils/dayjs";
|
import { ConnectedDayjsProvider } from "@/utils/dayjs";
|
||||||
|
|
||||||
import { PostHogPageView } from "../posthog-page-view";
|
import { PostHogPageView } from "../posthog-page-view";
|
||||||
import { defaultLocale, supportedLngs } from "@rallly/languages";
|
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue