Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Jul 10, 2024
1 parent 4dcc926 commit 66dd38c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import packageInfo from './../package.json'

export default function Home() {
const { resolvedTheme } = useTheme()
console.log(resolvedTheme)
const { version } = packageInfo
const [downloadUrl, setDownloadUrl] = useState('')
const [platform, setPlatform] = useState("Windows")
Expand Down

0 comments on commit 66dd38c

Please sign in to comment.