2023-12-27 02:18:19 +08:00

6 lines
115 B
TypeScript

import Collection from './components/PageCollection.js'
export * from '../shared/index.js'
export { Collection }