Skip to content

Commit

Permalink
chore: import PasswordInput inside of main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed Jan 30, 2024
1 parent ae6ef49 commit af8378b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export { Loader } from "./components/Loader";
export { Tab, Tabs } from "./components/Tabs";
export { Text } from "./components/Text";
export { Tooltip } from "./components/Tooltip";
export {ToggleSwitch} from "./components/ToggleSwitch"

export { ToggleSwitch } from "./components/ToggleSwitch";
export { PasswordInput } from "./components/PasswordInput";

0 comments on commit af8378b

Please sign in to comment.