Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
david zhou authored and david zhou committed Mar 17, 2024
1 parent 3ec6a3c commit 3d6ed8c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions client/src/components/Navbars/TopNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ import {
Button,
ListItemIcon,
useTheme,
Input,
} from '@mui/material';
import KeyboardArrowDownIcon from '@mui/icons-material/KeyboardArrowDown';
import CheckIcon from '@mui/icons-material/Check';
import logo from 'assets/img/logo.png';
import { Link, useParams } from 'react-router-dom';
import { titleToUrl, toTitleCase, urlToTitle } from 'utils/url';
import axios from 'axios';
import Login from 'components/Login/Login';
import { getTopics } from '../../visualiser-src/common/helpers';
import useGlobalState from '../../store/globalStore';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ const MenuButton = styled(Button)({
},
});

const LoadingButton = styled(Button)({
backgroundColor: '#C81437',
'&:hover': {
backgroundColor: '#F05C79',
},
});

/**
* Contains the ability to reset and create new data structures
*
Expand Down
1 change: 0 additions & 1 deletion client/src/visualiser-debugger/DevelopmentMode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
PLACEHOLDER_WORKSPACE,
loadCode,
} from './Component/FileTree/Util/util';
import useGlobalState from '../store/globalStore';

type ExtendedWindow = Window &
typeof globalThis & { socket: Socket; getBreakpoints: (line: string, listName: string) => void };
Expand Down

0 comments on commit 3d6ed8c

Please sign in to comment.