chore: update paths to be more absolute

This commit is contained in:
sethburkart123
2024-08-29 16:38:44 +10:00
parent 125ebfbaea
commit 0d0e526a25
32 changed files with 63 additions and 64 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import localforage from 'localforage';
import { Theme } from '../../../interface/pages/Store';
import base64ToBlob from '../../utils/base64ToBlob';
import { Theme } from '@/interface/pages/Store';
import base64ToBlob from '@/seqta/utils/base64ToBlob';
type ThemeContent = {
id: string;