mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-29 01:22:44 +00:00
Update to esm, update deepslate (#244)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { Howl, HowlOptions } from 'howler'
|
||||
import { useEffect, useRef, useState } from 'preact/hooks'
|
||||
import { Btn, NumberInput, RangeInput, TextInput } from '..'
|
||||
import { useLocale, useVersion } from '../../contexts'
|
||||
import type { SoundEvents } from '../../services'
|
||||
import { getSoundUrl } from '../../services'
|
||||
import { useLocale, useVersion } from '../../contexts/index.js'
|
||||
import type { SoundEvents } from '../../services/index.js'
|
||||
import { getSoundUrl } from '../../services/index.js'
|
||||
import { Btn, NumberInput, RangeInput, TextInput } from '../index.js'
|
||||
|
||||
export interface SoundConfig {
|
||||
id: string,
|
||||
|
||||
@@ -1 +1 @@
|
||||
export * from './SoundConfig'
|
||||
export * from './SoundConfig.js'
|
||||
|
||||
Reference in New Issue
Block a user