Skip to content

Commit

Permalink
Add ThemeSwitch to top-level exports
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Jan 10, 2024
1 parent 1980650 commit 250b407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte-ux/src/lib/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export { default as Tab } from './Tab.svelte';
export { default as Tabs } from './Tabs.svelte';
export { default as TextField } from './TextField.svelte';
export { default as ThemeSelect } from './ThemeSelect.svelte';
export { default as ThemeSwitch } from './ThemeSwitch.svelte';
export { default as ThemeInit } from './ThemeInit.svelte';
export { default as Tilt } from './Tilt.svelte';
export { default as Toggle } from './Toggle.svelte';
Expand Down

0 comments on commit 250b407

Please sign in to comment.