Created
August 23, 2021 02:52
-
-
Save DoctorDerek/3f020b43094cc175857ef4d06732539d 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 { MDXRemote } from "next-mdx-remote" | |
import ImageFixed from "next/image" | |
import { Fragment } from "react" | |
import Image from "@/components/CustomImage" | |
import HeadingsH2 from "@/components/HeadingsH2" | |
import HoverBullet from "@/components/HoverBullet" | |
import MDXComponents from "@/components/MDXComponents" | |
import { PageSeo } from "@/components/SEO" | |
import TitleJSXWithOptionalHighlighting from "@/components/TitleJSXWithOptionalHighlighting" | |
import { BUTTON, DIVIDER } from "@/components/UTILS" | |
import siteMetadata from "@/data/siteMetadata.json" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment