From e11aa477d1a82009d17ea64e083496c4f21dc6de Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 19 Apr 2021 00:16:21 -0400 Subject: [PATCH] Remove old TimelineActionCard docs --- .../TimelineActionCard/TimelineActionCard.md | 60 ------------------- 1 file changed, 60 deletions(-) delete mode 100644 src/components/TimelineActionCard/TimelineActionCard.md diff --git a/src/components/TimelineActionCard/TimelineActionCard.md b/src/components/TimelineActionCard/TimelineActionCard.md deleted file mode 100644 index 7c8a8ee..0000000 --- a/src/components/TimelineActionCard/TimelineActionCard.md +++ /dev/null @@ -1,60 +0,0 @@ -Renders a card like view for an action with free form text content like an Edit or Reply. - -```jsx -import { ThemeProvider } from "@material-ui/core/styles"; -import webqueue2Theme from "../../theme"; -import TimelineActionCard from "./TimelineActionCard"; - -const theme = webqueue2Theme(false); - - -
-
- -
-
- -
-
-
-``` - -```jsx static - - - -``` \ No newline at end of file