- Added `mode-watcher` and `svelte-sonner` as dependencies to enhance application functionality. - Refactored state management in various Svelte components to use `$app/state` instead of `$app/stores`, improving consistency across the application. - Updated UI components to utilize new features from the added dependencies, enhancing user experience and responsiveness. - Improved loading states and error handling in data-fetching components, ensuring better feedback during asynchronous operations.
8 lines
77 B
TypeScript
8 lines
77 B
TypeScript
import Root from "./switch.svelte";
|
|
|
|
export {
|
|
Root,
|
|
//
|
|
Root as Switch,
|
|
};
|