mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 08:46:46 +00:00
5 lines
150 B
TypeScript
5 lines
150 B
TypeScript
// exporting all three utilities as module for importing from other components
|
|
export * from './date'
|
|
export * from './pageInfo'
|
|
export * from './md'
|