Skip to content

Commit

Permalink
chore: update import for css module classes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Dec 4, 2024
1 parent 3a67472 commit b0a9821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/DataTable/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {ScrollableRegion} from '../ScrollableRegion'
import {useFeatureFlag} from '../FeatureFlags'
import {toggleStyledComponent} from '../internal/utils/toggleStyledComponent'
import {Button} from '../internal/components/ButtonReset'
import * as classes from './Table.module.css'
import classes from './Table.module.css'

const cssModulesFlag = 'primer_react_css_modules_team'

Expand Down

0 comments on commit b0a9821

Please sign in to comment.