Spaces:
Running
Running
style: remove unused eslint-disable
Browse files- components/markdown.tsx +1 -1
components/markdown.tsx
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
import Link from "next/link";
|
3 |
import React, { memo, useState } from "react";
|
4 |
import ReactMarkdown, { type Components } from "react-markdown";
|
|
|
1 |
+
|
2 |
import Link from "next/link";
|
3 |
import React, { memo, useState } from "react";
|
4 |
import ReactMarkdown, { type Components } from "react-markdown";
|