mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 22:24:31 +02:00
feat: add stores file alias
This commit is contained in:
parent
0bd302aff2
commit
9de3862a12
@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import { theme } from '$lib/stores';
|
||||
import { theme } from '$stores';
|
||||
import type { Snippet } from 'svelte';
|
||||
|
||||
type Props = { children: Snippet };
|
||||
|
@ -10,7 +10,8 @@ const config = {
|
||||
$components: './src/lib/components',
|
||||
$api: './src/lib/api',
|
||||
$lib: './src/lib',
|
||||
$types: './src/lib/types.d.ts'
|
||||
$types: './src/lib/types.d.ts',
|
||||
$stores: './src/lib/stores.ts'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user