diff --git a/src/components/CurrentBreakPoint/CurrentBreakPoint.md b/src/components/CurrentBreakPoint/CurrentBreakPoint.md
deleted file mode 100644
index e171028..0000000
--- a/src/components/CurrentBreakPoint/CurrentBreakPoint.md
+++ /dev/null
@@ -1,30 +0,0 @@
-Displays the MUI theme breakpoints and whether or not they are active. This is a utility component meant to make UI development easier, not as a UI element for production code.
-
-It must be used under a [ThemeProvider](https://material-ui.com/styles/api/#themeprovider).
-
----
-
-```jsx
-import { ThemeProvider } from '@material-ui/core/styles';
-import { Paper, makeStyles } from '@material-ui/core';
-import webqueue2Theme from "../../theme.js";
-import CurrentBreakPoint from "./CurrentBreakPoint";
-
-const theme = webqueue2Theme(false);
-
-const useStyles = makeStyles({
- paperPadding: {
- padding: theme.spacing(1)
- }
-});
-const classes = useStyles();
-
-
-
-
-
-
-```
-```jsx static
-
-```
\ No newline at end of file