ui: fix broken import
This commit is contained in:
parent
f6015f31f5
commit
b1d51c19ea
1 changed files with 3 additions and 3 deletions
|
|
@ -4,11 +4,11 @@ import AnimatedSVG, { ICONS } from 'Shared/AnimatedSVG/AnimatedSVG';
|
||||||
import { useModal } from 'App/components/Modal';
|
import { useModal } from 'App/components/Modal';
|
||||||
import { useStore } from 'App/mstore';
|
import { useStore } from 'App/mstore';
|
||||||
import { observer } from 'mobx-react-lite';
|
import { observer } from 'mobx-react-lite';
|
||||||
import { List, Space, Typography, Button, Tooltip } from 'antd';
|
import { List, Space, Typography, Button, Tooltip, Empty } from 'antd';
|
||||||
import { PencilIcon, PlusIcon, Tags } from 'lucide-react';
|
import { PlusIcon, Tags } from 'lucide-react';
|
||||||
import {EditOutlined } from '@ant-design/icons';
|
import {EditOutlined } from '@ant-design/icons';
|
||||||
import usePageTitle from '@/hooks/usePageTitle';
|
import usePageTitle from '@/hooks/usePageTitle';
|
||||||
import { Empty } from '.store/antd-virtual-7db13b4af6/package';
|
|
||||||
|
|
||||||
const CustomFields = () => {
|
const CustomFields = () => {
|
||||||
usePageTitle('Metadata - OpenReplay Preferences');
|
usePageTitle('Metadata - OpenReplay Preferences');
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue