8 lines
138 B
TypeScript
8 lines
138 B
TypeScript
import posts from '@/keystatic/collections/awq/article';
|
|
|
|
const awqCollections = {
|
|
awq_posts: posts,
|
|
};
|
|
|
|
export default awqCollections;
|