Add base authenticated route
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import * as React from "react";
|
||||
|
||||
const DashboardSidebarContext = React.createContext(null);
|
||||
|
||||
export default DashboardSidebarContext;
|
||||
Reference in New Issue
Block a user