From a6df963b2ac33fbdd0d766ae93d620edbcc136b7 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 13 Apr 2021 23:42:05 -0400 Subject: [PATCH] Remove old doc --- src/components/Assignment/Assignment.md | 26 ------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/components/Assignment/Assignment.md diff --git a/src/components/Assignment/Assignment.md b/src/components/Assignment/Assignment.md deleted file mode 100644 index eaaa150..0000000 --- a/src/components/Assignment/Assignment.md +++ /dev/null @@ -1,26 +0,0 @@ -Renders a string representation of an assignment with a relative time. - -```jsx -import Assignment from "./Assignment"; - -const example_assignment = { - "type": "assignment", - "datetime": "2020-06-23T13:27:00-0400", - "by": "campb303", - "to": "campb303" -}; - - - -``` - -```jsx static -const example_assignment = { - "type": "assignment", - "datetime": "2020-06-23T13:27:00-0400", - "by": "campb303", - "to": "campb303" -}; - - -``` \ No newline at end of file