Skip to content

Commit

Permalink
fix: removed duplicated import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-deriv committed Jan 30, 2024
1 parent dbf8bd7 commit 43d48a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ export { Tab, Tabs } from "./components/Tabs";
export { Text } from "./components/Text";
export { Tooltip } from "./components/Tooltip";
export {ToggleSwitch} from "./components/ToggleSwitch"
export { Input } from "./components/Input";

0 comments on commit 43d48a3

Please sign in to comment.