fix: revert back to runtime app for hmr (#153)

This commit is contained in:
Daniel Roe
2023-05-04 17:18:36 +01:00
committed by GitHub
parent 9ce43ac68b
commit 97b1a85ea1
2 changed files with 5 additions and 8 deletions

View File

@@ -3,5 +3,3 @@ export * from './clipboard'
export * from './command-palette'
export * from './popper'
export * from './toast'
export type DeepPartial<T> = Partial<{ [P in keyof T]: DeepPartial<T[P]> | { [key: string]: string } }>