mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-04 22:51:47 +00:00
Update to esm, update deepslate (#244)
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
||||
import type { Project } from './contexts'
|
||||
import { DRAFT_PROJECT } from './contexts'
|
||||
import type { VersionId } from './services'
|
||||
import { VersionIds } from './services'
|
||||
import type { Project } from './contexts/index.js'
|
||||
import { DRAFT_PROJECT } from './contexts/index.js'
|
||||
import type { VersionId } from './services/index.js'
|
||||
import { VersionIds } from './services/index.js'
|
||||
|
||||
export namespace Store {
|
||||
export const ID_LANGUAGE = 'language'
|
||||
|
||||
Reference in New Issue
Block a user