mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore(examples): use JS import in routify
This commit is contained in:
parent
003246dfe9
commit
281a925714
6 changed files with 1101 additions and 57 deletions
|
@ -1,3 +1,4 @@
|
|||
import "carbon-components-svelte/css/all.css";
|
||||
import HMR from "@sveltech/routify/hmr";
|
||||
import App from "./App.svelte";
|
||||
|
||||
|
|
|
@ -5,10 +5,6 @@
|
|||
import Theme from "../components/Theme.svelte";
|
||||
</script>
|
||||
|
||||
<style lang="scss" global>
|
||||
@import "carbon-components-svelte/css/all";
|
||||
</style>
|
||||
|
||||
<Theme persist theme="g10">
|
||||
<Navigation />
|
||||
<Content style="background: none; padding: 1rem">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue