Created
August 23, 2021 02:51
-
-
Save DoctorDerek/d39b15505befe0ad69aba260bc684ea7 to your computer and use it in GitHub Desktop.
How to Sort Imports in TypeScript Automatically in VS Code https://medium.com/p/f4fe4e499bb1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { PageSeo } from "@/components/SEO" | |
import siteMetadata from "@/data/siteMetadata.json" | |
import Image from "@/components/CustomImage" | |
import { MDXRemote } from "next-mdx-remote" | |
import MDXComponents from "@/components/MDXComponents" | |
import { Fragment } from "react" | |
import ImageFixed from "next/image" | |
import { BUTTON, DIVIDER } from "@/components/UTILS" | |
import TitleJSXWithOptionalHighlighting from "@/components/TitleJSXWithOptionalHighlighting" | |
import HeadingsH2 from "@/components/HeadingsH2" | |
import HoverBullet from "@/components/HoverBullet" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment