--- import { getMyPatterns } from './list.json'; import { Content } from '../../../../my-patterns/README.md'; const myPatterns = await getMyPatterns(); --- { Object.keys(myPatterns).length === 0 && (
) }
{ Object.entries(myPatterns).map(([name, tune]) => (
{name}
)) }