diff --git a/src/pages/get-started/index.jsx b/src/pages/get-started/index.jsx deleted file mode 100644 index 9b03fe9..0000000 --- a/src/pages/get-started/index.jsx +++ /dev/null @@ -1,19 +0,0 @@ -import Head from "next/head"; -import fetch from "node-fetch"; - -import { load } from "cheerio"; - -export default function Index({ title, description, html }) { - return ( - <> -
-