mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-16 23:01:06 +02:00
feat(settings): add Appearance user-settings page
This commit is contained in:
parent
4b2f009233
commit
b3999a754e
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
||||||
|
import { AppearanceContent } from "../components/AppearanceContent";
|
||||||
|
|
||||||
|
export default function Page() {
|
||||||
|
return <AppearanceContent />;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue