Don't use ../.. in imports
Jul 16, 2022 · 3 min read · 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...
Join discussion