mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
chore: update paths to be more absolute
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user