diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/db/src/core/cli/print-help.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/src/core/cli/print-help.ts b/packages/db/src/core/cli/print-help.ts index c2a7030d9..8700301dd 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 |