fix: we need to import global styles in js, so they are not scoped

This commit is contained in:
Derrick Hammer 2023-07-25 14:11:53 -04:00
parent 2424f6071a
commit b21a4e1ad4
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<script lang="ts">
import "../../styles/global.scss";
import Header from "./components/Header.svelte";
import Art from "./components/Art.svelte";
import { waitForConnected } from "../../../shared/util.ts";