From cb877f6eee92f71ac170bfce64f9255e68a58337 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 19 Apr 2021 00:18:36 -0400 Subject: [PATCH] Remove old TimelineSkeleton docs --- .../TimelineSkeleton/TimelineSkeleton.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/components/TimelineSkeleton/TimelineSkeleton.md diff --git a/src/components/TimelineSkeleton/TimelineSkeleton.md b/src/components/TimelineSkeleton/TimelineSkeleton.md deleted file mode 100644 index c13a7fe..0000000 --- a/src/components/TimelineSkeleton/TimelineSkeleton.md +++ /dev/null @@ -1,17 +0,0 @@ -Renders a skeleton UI to indicate loading of a timeline item. - -```jsx -import { ThemeProvider } from "@material-ui/core/styles"; -import webqueue2Theme from "../../theme"; -import TimelineActionCard from "./TimelineSkeleton"; - -const theme = webqueue2Theme(false); - - - - -``` - -```jsx static - -``` \ No newline at end of file