refactor: sort typescript imports
This commit is contained in:
parent
7bb179a2dc
commit
cd7689d0f5
9 changed files with 33 additions and 24 deletions
|
@ -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) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue