mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 07:10:41 +00:00
Update to esm, update deepslate (#244)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import type { ComponentChildren } from 'preact'
|
||||
import { createContext } from 'preact'
|
||||
import { useCallback, useContext, useEffect, useState } from 'preact/hooks'
|
||||
import { Analytics } from '../Analytics'
|
||||
import { useSearchParam } from '../hooks'
|
||||
import type { VersionId } from '../services'
|
||||
import { VersionIds } from '../services'
|
||||
import { Store } from '../Store'
|
||||
import { Analytics } from '../Analytics.js'
|
||||
import { useSearchParam } from '../hooks/index.js'
|
||||
import type { VersionId } from '../services/index.js'
|
||||
import { VersionIds } from '../services/index.js'
|
||||
import { Store } from '../Store.js'
|
||||
|
||||
const VERSION_PARAM = 'version'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user