Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DoctorDerek/3f020b43094cc175857ef4d06732539d to your computer and use it in GitHub Desktop.
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
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