Skip to content

Instantly share code, notes, and snippets.

@YasirGaji
Created November 13, 2023 19:49
Show Gist options
  • Save YasirGaji/c7744d3fba1e1433c2881e425bbcdcd6 to your computer and use it in GitHub Desktop.
Save YasirGaji/c7744d3fba1e1433c2881e425bbcdcd6 to your computer and use it in GitHub Desktop.
A constatnt file representation of static code to be declared
export const leftsidebarLinks = [
{
route: "/",
label: "Home",
},
{
route: "/settings",
label: "Settings",
},
{
route: "/profile",
label: "Profile",
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment