UNPKG

@refastdev/create-refast-app

Version:
8 lines (5 loc) 106 B
import { Outlet } from '@refastdev/refast'; function App() { return <Outlet />; } export default App;