mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-13 09:29:01 +08:00
e97630c639
* Require .js endings * add extension alias for cypress to resolve ts files with js endings
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
import { History } from './history.js'
|
|
|
|
export * from './history.js'
|
|
|
|
export default History
|