6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import Collection from './components/PageCollection.js'
|
|
|
|
export * from '../shared/index.js'
|
|
|
|
export { Collection }
|