Sign in
apache
/
casbin-mesh-website
/
refs/heads/main
/
.
/
content
/
components
/
switch
/
initialCheck.ts
blob: 2e22e73bbf581e208cffd178e10fedad488b7855 [
file
]
const
App
=
`import { Switch } from "@nextui-org/react";
export default function App() {
return <Switch initialChecked />;
}
`
;
const
react
=
{
'/App.js'
:
App
};
export
default
{
...
react
};