From 979622871640a9eea581df6f6bfa9a7325f993ef Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Sun, 18 Apr 2021 21:26:38 -0400 Subject: [PATCH] Remove old ItemViewAppBar docs --- src/components/ItemViewAppBar/ItemViewAppBar.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/components/ItemViewAppBar/ItemViewAppBar.md 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