diff --git a/client/components/button/button.module.css b/client/components/button/button.module.css
index 35690899..e94bb8ad 100644
--- a/client/components/button/button.module.css
+++ b/client/components/button/button.module.css
@@ -34,19 +34,6 @@
 	color: var(--fg);
 }
 
-/*   
---bg: #131415;
-  --fg: #fafbfc;
-  --gray: #666;
-  --light-gray: #444;
-  --lighter-gray: #222;
-  --lightest-gray: #1a1a1a;
-  --article-color: #eaeaea;
-  --header-bg: rgba(19, 20, 21, 0.45);
-  --gray-alpha: rgba(255, 255, 255, 0.5);
-  --selection: rgba(255, 255, 255, 0.99);
- */
-
 .primary {
 	background: var(--fg);
 	color: var(--bg);
diff --git a/client/components/post-page/index.tsx b/client/components/post-page/index.tsx
index 442c6164..5504281a 100644
--- a/client/components/post-page/index.tsx
+++ b/client/components/post-page/index.tsx
@@ -67,7 +67,6 @@ const PostPage = ({ post }: Props) => {
                 
             
             
-                {/* {!isLoading && } */}
                 
                     
                         {post.title}
diff --git a/client/package.json b/client/package.json
index 653753e9..ab2ceb26 100644
--- a/client/package.json
+++ b/client/package.json
@@ -50,7 +50,6 @@
     "@types/nprogress": "^0.2.0",
     "@types/react": "17.0.39",
     "@types/react-datepicker": "^4.3.4",
-    "@types/react-datetime-picker": "^3.4.1",
     "@types/react-dom": "^17.0.14",
     "@types/react-syntax-highlighter": "^13.5.2",
     "eslint": "8.10.0",
diff --git a/client/pages/new.tsx b/client/pages/new.tsx
index 2a8c3f37..28cb5dc9 100644
--- a/client/pages/new.tsx
+++ b/client/pages/new.tsx
@@ -10,7 +10,7 @@ const New = () => {
     
       
       
-        {/*  */}
+        {/* TODO: solve this. */}
         {/* eslint-disable-next-line @next/next/no-css-tags */}
         
       
diff --git a/client/yarn.lock b/client/yarn.lock
index a222c355..5538c870 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -330,13 +330,6 @@
     date-fns "^2.0.1"
     react-popper "^2.2.5"
 
-"@types/react-datetime-picker@^3.4.1":
-  version "3.4.1"
-  resolved "https://registry.yarnpkg.com/@types/react-datetime-picker/-/react-datetime-picker-3.4.1.tgz#8acbc3e6f4e69fac0f91be4e920c3efdc28f3ed7"
-  integrity sha512-JHqB74+8Zq6cY0PTJ6Wi5Pm6qkNUmooyFfW5SiknSY2xJG1UG8+ljyWTZAvgHvj0XpqcWCHqqYUPiAVagnf9Sg==
-  dependencies:
-    "@types/react" "*"
-
 "@types/react-dom@^17.0.14":
   version "17.0.14"
   resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.14.tgz#c8f917156b652ddf807711f5becbd2ab018dea9f"