diff --git a/pages/test.tsx b/pages/test.tsx index f788fd14e..9dc9892be 100644 --- a/pages/test.tsx +++ b/pages/test.tsx @@ -34,8 +34,6 @@ export default function Test() { - - ) } diff --git a/src/components/common/EmptyCommon/EmptyCommon.tsx b/src/components/common/EmptyCommon/EmptyCommon.tsx index cc462e6af..8b5b3a132 100644 --- a/src/components/common/EmptyCommon/EmptyCommon.tsx +++ b/src/components/common/EmptyCommon/EmptyCommon.tsx @@ -1,5 +1,5 @@ import { StaticImage } from '..'; -import EmptyImg from './empty.svg'; +import EmptyImg from './empty.png'; import s from './EmptyCommon.module.scss'; diff --git a/src/components/common/EmptyCommon/empty.png b/src/components/common/EmptyCommon/empty.png new file mode 100644 index 000000000..68d392d86 Binary files /dev/null and b/src/components/common/EmptyCommon/empty.png differ