Skip to content

Commit

Permalink
Todo comments in examples are no bueno
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed May 14, 2024
1 parent 51f58e0 commit 6449ab9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import FolderIcon from '@mui/icons-material/Folder';
import { AppProvider } from '@toolpad/core/AppProvider';
import { DashboardLayout } from '@toolpad/core/DashboardLayout';

// @TODO: Have path examples, including nested paths, once navigation adapter is implemented

const NAVIGATION = [
{
title: 'Item 1',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import { AppProvider } from '@toolpad/core/AppProvider';
import { DashboardLayout } from '@toolpad/core/DashboardLayout';
import type { Navigation } from '@toolpad/core';

// @TODO: Have path examples, including nested paths, once navigation adapter is implemented

const NAVIGATION: Navigation = [
{
title: 'Item 1',
Expand Down

0 comments on commit 6449ab9

Please sign in to comment.