diff --git a/src/components/ItemTableCell/ItemTableCell.md b/src/components/ItemTableCell/ItemTableCell.md
deleted file mode 100644
index 5a3bcea..0000000
--- a/src/components/ItemTableCell/ItemTableCell.md
+++ /dev/null
@@ -1,38 +0,0 @@
-The ItemTableCell wraps an [MUI TableCell](https://material-ui.com/api/table-cell/) and adds styling.
-
-## Default Usage
-```jsx
-import { Paper } from '@material-ui/core';
-import ItemTableCell from "./ItemTableCell";
-
-
-
- Hello, moto!
-
-
-```
-
-```jsx static
-
-
- Hello, moto!
-
-
-```
-
-## Forwarded TableCell Props
-Props can be passed to the TableCell component using the TableCellProps prop.
-```jsx
-import { Paper } from '@material-ui/core';
-import ItemTableCell from "./ItemTableCell";
-
-
- Hello, moto!
-
-```
-
-```jsx static
-
- Hello, moto!
-
-```
\ No newline at end of file