fix: oopsie i forgot to update the imports

This commit is contained in:
mae taylor 2025-07-21 20:04:59 +01:00
parent c11069b187
commit 374207c594
Signed by: mae
GPG key ID: 3C80D76BA7A3B9BD
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
@import url("../font/inter/inter.css");
@import url("./font/inter/inter.css");
:root {
--bg-1000: #fffcf7;

View file

@ -1,5 +1,5 @@
<script>
import '$lib/app.css';
import '../app.css';
import * as api from '$lib/api.js';
import { server } from '$lib/client/server.js';
import { app } from '$lib/client/app.js';