Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bkrmendy committed Oct 10, 2024
1 parent 5146ef8 commit 206406c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions editor/src/components/canvas/gap-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ import type { ElementPath } from '../../core/shared/project-file-types'
import { assertNever } from '../../core/shared/utils'
import type { StyleInfo } from './canvas-types'
import { CSSCursor } from './canvas-types'
import {
cssNumberWithRenderedValue,
type CSSNumberWithRenderedValue,
} from './controls/select-mode/controls-common'
import type { CSSNumberWithRenderedValue } from './controls/select-mode/controls-common'
import type { CSSNumber, FlexDirection } from '../inspector/common/css-utils'
import type { Sides } from 'utopia-api/core'
import { sides } from 'utopia-api/core'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
getJSXElementFromProjectContents,
StoryboardFilePath,
} from '../../editor/store/editor-state'
import { renderTestEditorWithCode, renderTestEditorWithModel } from '../ui-jsx.test-utils'
import { renderTestEditorWithModel } from '../ui-jsx.test-utils'
import { TailwindPlugin } from './tailwind-style-plugin'
import { createModifiedProject } from '../../../sample-projects/sample-project-utils.test-utils'
import { TailwindConfigPath } from '../../../core/tailwind/tailwind-config'
Expand Down

0 comments on commit 206406c

Please sign in to comment.