Skip to content

Commit

Permalink
refactor: clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 23, 2023
1 parent 7961337 commit cc14b58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pages/settings.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import styles from '../styles/Home.module.css'
import { Cross2Icon, GearIcon } from '@radix-ui/react-icons'
import * as Dialog from '@radix-ui/react-dialog'
import * as Tabs from '@radix-ui/react-tabs'

export function Settings () {
import styles from '../styles/Home.module.css'

export const Settings = () => {
return <Dialog.Root>
<Dialog.Trigger asChild>
<div className={styles.setting}>
Expand Down

0 comments on commit cc14b58

Please sign in to comment.