Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Dec 30, 2023
1 parent cb4c28c commit 85f88ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/engine/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { colord } from 'colord'
import { defaultSettings, defaultScheme } from './defaults'
import type { UmbraOutput, UmbraScheme, UmbraSettings, UmbraInput, RawRange } from './types'
import type { UmbraScheme, UmbraSettings, UmbraInput, RawRange } from './types'

import { format, Format, Formater, UmbraOutputs } from './primitives/format'
import { inverse, isDark } from './primitives/scheme'
Expand Down

0 comments on commit 85f88ba

Please sign in to comment.