feat: move svelte interface to 'src/interface'

This commit is contained in:
sethburkart123
2024-11-01 17:37:20 +11:00
parent fe82365c24
commit 9de6e8feaf
57 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { getDataById, isIndexedDBSupported } from '@/svelte-interface/hooks/BackgroundDataLoader';
import { getDataById, isIndexedDBSupported } from '@/interface/hooks/BackgroundDataLoader';
export async function appendBackgroundToUI() {
const parent = document.getElementById('container');