mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
|
|
import { Note } from "./note";
|
||
|
|
import { Timeline } from "./timeline";
|
||
|
|
|
||
|
|
export { Note, Timeline };
|