or: how to improve the life of your full stop key by 3%!!!!!!
Quite often I see this kind of pattern in imports:
# /pages/about-us.tsx
import type { NextPage } from 'next'
import Head from 'next/head'
import Image from 'next/image'
import styles from...