Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Feb 27, 2024
1 parent 8f2fd8e commit 2a8acca
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions src/config/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,13 @@ export const routeCategories: RouteCategories = [
},
{
name: "Providers",
paths: [{
paths: ["extensions-provider"],
},
{
paths: [ "extension-accounts-provider"],
},
paths: [
{
paths: ["extensions-provider"],
},
{
paths: ["extension-accounts-provider"],
},
],
},
{
Expand All @@ -252,11 +253,11 @@ export const routeCategories: RouteCategories = [
},
{
heading: "Layout",
paths: ["card", "grid"]
},
paths: ["card", "grid"],
},
{
heading: "Complex",
paths: ["account-card"]
paths: ["account-card"],
},
{
heading: "Defaults",
Expand Down

0 comments on commit 2a8acca

Please sign in to comment.