mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
With antd 4 we need to include css
This commit is contained in:
parent
67253ee8c5
commit
c092fc346f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import { PrimaryLayout } from '../../components/templates/PrimaryLayout'
|
|||
import { Button, Space, Table, Form, Input, Modal, Tag, Select } from 'antd'
|
||||
|
||||
// import 'antd/dist/antd.dark.css'
|
||||
// import 'antd/dist/antd.compact.css'
|
||||
import 'antd/dist/antd.compact.css'
|
||||
|
||||
import { Box, HStack } from '../../components/elements/LayoutPrimitives'
|
||||
import { useGetLabelsQuery } from '../../lib/networking/queries/useGetLabelsQuery'
|
||||
|
|
|
|||
Loading…
Reference in a new issue