Skip to content

Commit 371b580

Browse files
committed
fixed a faulty button import
1 parent 482d61e commit 371b580

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

library/src/components/themeswitch/ThemeSwitch.tsx

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
1+
import React from "react"
2+
import { switchTheme } from "../../theming"
3+
import { Button } from "../Button"
104

115
export default function ThemeSwitch() {
126
return (

0 commit comments

Comments
 (0)