mirror of
https://github.com/docmost/docmost.git
synced 2025-11-19 09:01:14 +10:00
account preferences
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
import SettingsTitle from "@/components/layouts/settings/settings-title.tsx";
|
||||
import AccountTheme from "@/features/user/components/account-theme.tsx";
|
||||
|
||||
export default function AccountPreferences() {
|
||||
return (
|
||||
<>
|
||||
<SettingsTitle title="Preferences" />
|
||||
<AccountTheme />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user