chore: update to latest astro ink version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { writable } from 'svelte/store'
|
||||
type ThemeType = 'dark' | 'light'
|
||||
import { writable } from "svelte/store";
|
||||
type ThemeType = "dark" | "light";
|
||||
|
||||
export const theme = writable<ThemeType>('dark')
|
||||
export const theme = writable<ThemeType>("dark");
|
||||
|
||||
Reference in New Issue
Block a user