Skip to content

Commit

Permalink
feat: add SettingsComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo-ds committed May 9, 2024
1 parent b0f6ff9 commit 8a2290e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/setting/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export function SettingsComponent() {
return {
component: <p>Settings</p>,
}
}

0 comments on commit 8a2290e

Please sign in to comment.