Skip to content

Commit

Permalink
chore: apply auto-fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdigby authored and atom-ci-actions[bot] committed Aug 28, 2024
1 parent 461933a commit 661aa1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/src/components/data-table/DataTableMetaData.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { CSS } from '~/stitches'
import * as React from 'react'

import type { CSS } from '~/stitches'

import { Text } from '../text'
import { useDataTable } from './index'

Expand Down
3 changes: 2 additions & 1 deletion lib/src/components/sortable/SortableItem.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { CSS, styled } from '~/stitches'
import type { UniqueIdentifier } from '@dnd-kit/core'
import { useSortable } from '@dnd-kit/sortable'
import { Slot } from '@radix-ui/react-slot'
import * as React from 'react'

import { CSS, styled } from '~/stitches'

import { Box } from '../box'

export type TSortableItemProps = {
Expand Down

0 comments on commit 661aa1b

Please sign in to comment.