diff --git a/src/components/Assignment/Assignment.stories.mdx b/src/components/Assignment/Assignment.stories.mdx
index fd84f5d..a40b5b9 100644
--- a/src/components/Assignment/Assignment.stories.mdx
+++ b/src/components/Assignment/Assignment.stories.mdx
@@ -1,17 +1,32 @@
+import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
+import Assignment from './Assignment';
-import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';
-import Assignment from './Assignment';
+
-Renders a string representation of an assignment with a relative time.
+Renders a formatted string showing an Item's assignment action.
-
+export const Template = (args) =>
\ No newline at end of file
+
+
+
\ No newline at end of file