Parse and stringify JSON with comments (#187)

This commit is contained in:
Misode
2021-11-08 20:45:10 +01:00
committed by GitHub
parent de54aa9972
commit b15f187ccc
5 changed files with 179 additions and 12 deletions

View File

@@ -11,7 +11,6 @@ type HomeProps = {
export function Home({ lang, changeTitle }: HomeProps) {
const loc = locale.bind(null, lang)
changeTitle(loc('title.home'))
console.log(config.generators)
return <main>
<div class="home">
<ToolCard title="Data packs">