Skip to content

Commit

Permalink
Merge pull request #1 from TanishBasu2002/TanishBasu2002-added-dark-mode
Browse files Browse the repository at this point in the history
added dark mode on account profile
  • Loading branch information
TanishBasu2002 committed Oct 29, 2023
2 parents c4c24c5 + 7b72388 commit f7b0fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(dashboard)/dashboard/account/page.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import type { Metadata } from "next"
import { env } from "@/env.mjs"
import {dark} from "@clerk/themes";
import { UserProfile } from "@/components/auth/user-profile"
import {
PageHeader,
PageHeaderDescription,
PageHeaderHeading,
} from "@/components/page-header"
import { Shell } from "@/components/shells/shell"
import {dark} from "@clerk/themes";

export const metadata: Metadata = {
metadataBase: new URL(env.NEXT_PUBLIC_APP_URL),
Expand Down

0 comments on commit f7b0fe9

Please sign in to comment.