Skip to content

Custom with hidden

usage

hide the /App.js of react

markdown code
md
      
      null
    
export default function App() {
  return <h1>Hello world</h1>
}

Released under the MIT License.