0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
Ben Holmes 2024-03-11 19:55:57 +00:00 committed by astrobot-houston
parent 236cdbb611
commit ae7dc5f692

View file

@ -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