Skip to content

Commit

Permalink
removed unused imports in NotebookEditor
Browse files Browse the repository at this point in the history
Signed-off-by: EvelynChoukhman46426957 <[email protected]>
  • Loading branch information
evelynchoukhie committed Dec 20, 2023
1 parent fde9a99 commit 8a18ac0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/notebook-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
// limitations under the License.

import { TabContext, TabList, TabPanel } from "@mui/lab";
import { Box, Button, Tab, Typography, AppBar, Toolbar, IconButton } from "@mui/material";
import MenuIcon from '@mui/icons-material/Menu';
import { Box, Tab, Typography, AppBar, Toolbar } from "@mui/material";

import { useState, useCallback } from "react";
import { InfoPanel } from "./info-panel";
Expand Down

0 comments on commit 8a18ac0

Please sign in to comment.