Skip to content

Commit

Permalink
Add theme import in Grid component
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Mar 17, 2024
1 parent b8a33d1 commit 3024ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/admin/expenses/grid/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ import DetailsModal from './DetailsModal'
import DeleteModal from './DeleteModal'
import { moneyPublic } from 'common/util/money'

import theme from 'common/theme'

const PREFIX = 'Grid'

const classes = {
Expand Down

0 comments on commit 3024ae1

Please sign in to comment.