mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
10 lines
207 B
TypeScript
10 lines
207 B
TypeScript
import { aiArt, haiku, journal, projects, sketchnotes } from '../schema';
|
|
|
|
export const collections = {
|
|
'ai-art': aiArt,
|
|
haiku: haiku,
|
|
journal: journal,
|
|
projects: projects,
|
|
sketchnotes: sketchnotes,
|
|
};
|