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