Files
blog_bricked/src/keystatic/collections/awq/index.ts
2025-10-13 22:44:31 +02:00

8 lines
138 B
TypeScript

import posts from '@/keystatic/collections/awq/article';
const awqCollections = {
awq_posts: posts,
};
export default awqCollections;