We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482d61e commit 371b580Copy full SHA for 371b580
library/src/components/themeswitch/ThemeSwitch.tsx
@@ -1,12 +1,6 @@
1
-import React, { useEffect, useState } from "react"
2
-import { Button } from "@linked-planet/ui-kit-ts"
3
-import {
4
- Theme,
5
- isTheme,
6
- getCurrentTheme,
7
- initTheming,
8
- switchTheme,
9
-} from "../../theming"
+import React from "react"
+import { switchTheme } from "../../theming"
+import { Button } from "../Button"
10
11
export default function ThemeSwitch() {
12
return (
0 commit comments