UNPKG

orchetera

Version:

Welcome to **Orchetera** — your orchestration tool to kickstart Firebase-ready projects with ease!

8 lines (5 loc) 156 B
import Drawer from "./Components/Drawer"; const DashboardPage = () => { return <Drawer title="Orchetera Dashboard" />; }; export default DashboardPage;