Hello, thank you for your work on the extension!
I have been using it for a long time, and since I recently started to use Next.js, I have a minor issue: whenever there is a Directive Prologue like "use server" or "use client" (or the more general "use strict") the extension will add an import above it, which breaks its purpose.
It would be great if, when they are found, the imports are placed below them.
Hello, thank you for your work on the extension!
I have been using it for a long time, and since I recently started to use Next.js, I have a minor issue: whenever there is a Directive Prologue like
"use server"or"use client"(or the more general"use strict") the extension will add an import above it, which breaks its purpose.It would be great if, when they are found, the imports are placed below them.