Add base authenticated route

This commit is contained in:
2025-11-04 21:31:54 +01:00
parent d9c96e85f7
commit fdcd565431
13 changed files with 952 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
import * as React from "react";
const DashboardSidebarContext = React.createContext(null);
export default DashboardSidebarContext;