Skip to content

Instantly share code, notes, and snippets.

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