diff --git a/packages/db/src/core/cli/print-help.ts b/packages/db/src/core/cli/print-help.ts index c2a7030d96..8700301dd2 100644 --- a/packages/db/src/core/cli/print-help.ts +++ b/packages/db/src/core/cli/print-help.ts @@ -1,4 +1,4 @@ -import { bgWhite, black, dim, bgGreen, green, bold } from 'kleur/colors'; +import { bgGreen, bgWhite, black, bold, dim, green } from 'kleur/colors'; /** * Uses implementation from Astro core