refactor: sort typescript imports

This commit is contained in:
Sam 2022-12-22 15:49:08 +01:00
parent 7bb179a2dc
commit cd7689d0f5
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
9 changed files with 33 additions and 24 deletions

View file

@ -1,9 +1,9 @@
import { GetStaticProps } from "next";
import { readdirSync } from "fs";
import ReactMarkdown from "react-markdown";
import { readFile } from "fs/promises";
import { join } from "path";
import { GetStaticProps } from "next";
import Head from "next/head";
import { join } from "path";
import ReactMarkdown from "react-markdown";
export async function getStaticPaths() {
const names = readdirSync("./static_pages").filter((name) =>