Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Apr 8, 2024
1 parent a1b360e commit 3da2776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/trip-tick/web/src/pages/SettingsPage.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { clientDescriptor } from '@/store.js';
import { PageContent } from '@a-type/ui/components/layouts';
import { H1 } from '@a-type/ui/components/typography';
import { DarkModeToggle, ResetToServer, usePageTitle } from '@biscuits/client';
Expand All @@ -12,7 +13,7 @@ export function SettingsPage({}: SettingsPageProps) {
<H1>Settings</H1>
<div className="flex flex-col gap-4 my-6 mx-2">
<DarkModeToggle />
<ResetToServer />
<ResetToServer clientDescriptor={clientDescriptor} />
</div>
<AutoRestoreScroll />
</PageContent>
Expand Down

0 comments on commit 3da2776

Please sign in to comment.