Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-8 committed May 19, 2023
1 parent 89f3a80 commit f0463eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/svelte-scoped-uno/test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ import { describe, expect, it } from 'vitest'
import { preprocess } from 'svelte/compiler'
import { format as prettier } from 'prettier'

// @ts-expect-error missing types
import prettierSvelte from 'prettier-plugin-svelte'
import presetUno from '@unocss/preset-uno'
import { presetUno } from 'unocss'
import presetIcons from '@unocss/preset-icons'
import UnocssSveltePreprocess from '../src/preprocess'
import type { UnocssSveltePreprocessOptions } from '../src/preprocess/types'
Expand Down

0 comments on commit f0463eb

Please sign in to comment.