+ editor.chain().focus().toggleBold().run()}>
+
+
+ editor.chain().focus().toggleItalic().run()}>
+
+
+ editor.chain().focus().toggleHeading({ level: 1 }).run()}>
+
+
+ editor.chain().focus().toggleHeading({ level: 2 }).run()}>
+
+
+ editor.chain().focus().toggleBulletList().run()}>
+
+
+
+ )
+}
\ No newline at end of file
diff --git a/frontend/dashboard/src/components/dashboard/divider.tsx b/frontend/dashboard/src/components/dashboard/divider.tsx
new file mode 100644
index 00000000..b2e5b1a4
--- /dev/null
+++ b/frontend/dashboard/src/components/dashboard/divider.tsx
@@ -0,0 +1,5 @@
+export const Divider = () => {
+ return (
+