mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-28 09:18:45 +00:00
Update to esm, update deepslate (#244)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { ComponentChildren } from 'preact'
|
||||
import { createContext } from 'preact'
|
||||
import { useCallback, useContext, useEffect, useState } from 'preact/hooks'
|
||||
import { Analytics } from '../Analytics'
|
||||
import { useMediaQuery } from '../hooks'
|
||||
import { Store } from '../Store'
|
||||
import { Analytics } from '../Analytics.js'
|
||||
import { useMediaQuery } from '../hooks/index.js'
|
||||
import { Store } from '../Store.js'
|
||||
|
||||
interface Theme {
|
||||
theme: string,
|
||||
|
||||
Reference in New Issue
Block a user