diff --git a/src/components/ItemViewAppBar/ItemViewAppBar.md b/src/components/ItemViewAppBar/ItemViewAppBar.md deleted file mode 100644 index 738202e..0000000 --- a/src/components/ItemViewAppBar/ItemViewAppBar.md +++ /dev/null @@ -1,17 +0,0 @@ -The ItemViewAppBar is the primary toolbar for the [ItemView](/#/Components/ItemView). It displays the item title and action for closing the sidebar. - -```jsx -import React, { useState } from "react"; -import ItemViewAppBar from "./ItemViewAppBar"; -import { useTheme } from '@material-ui/core'; - -const theme = useTheme(); - -const [sidebarOpen, setSidebarOpen] = useState(false); - - -``` - -```jsx static - -``` \ No newline at end of file