[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
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%
---

About

%description%

Examples

import {%name%} from "rooks"
export default function App() {
  %name%();
  return null
}