Skip to content
Snippets Groups Projects
Select Git revision
  • 84786c304190141bc0b50ad6c69147d50b073fcc
  • main default protected
2 results

Fix work file not createable.cmd

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Sitemap.jsx 109 B
    import Home from "../pages/Home";
    
    export const sitemap = [
      {
        path: "/",
        element: <Home />,
      },
    ];