Skip to content

Commit

Permalink
clean imports
Browse files Browse the repository at this point in the history
  • Loading branch information
liady committed Dec 9, 2024
1 parent d82deec commit 553634a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/components/canvas/responsive-utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as csstree from 'css-tree'
import { mediaQueryToScreenSize, selectValueByBreakpoint } from './responsive-utils'
import type { ScreenSize, MediaQuery } from './responsive-types'
import { extractScreenSizeFromCss } from './responsive-utils'
import type { StyleMediaSizeModifier, StyleModifier } from './canvas-types'
import type { StyleModifier } from './canvas-types'

describe('extractScreenSizeFromCss', () => {
it('extracts screen size from simple media query', () => {
Expand Down

0 comments on commit 553634a

Please sign in to comment.