import { DocsStructure } from '@/app/types/types';
export const versionOne: DocsStructure[] = [
{
title: 'Introduction',
folder: 'introduction',
copy: 'copy.md',
example: 'example.md',
children: [],
},
];