chore(examples): use JS import in routify

This commit is contained in:
Eric Liu 2020-09-13 14:57:53 -07:00
commit 281a925714
6 changed files with 1101 additions and 57 deletions

View file

@ -1,3 +1,4 @@
import "carbon-components-svelte/css/all.css";
import HMR from "@sveltech/routify/hmr";
import App from "./App.svelte";

View file

@ -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">