Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 1 column 5
---
id: %name%
title: %name%
sidebar_label: %name%
---
%description%
import {%name%} from "rooks"
export default function App() {
%name%();
return null
}