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