Removed ts-expect-error

This commit is contained in:
Donkie
2023-10-14 12:42:40 +02:00
parent c790465857
commit 04a39b8230
2 changed files with 0 additions and 2 deletions

View File

@@ -3,7 +3,6 @@ import { Header } from "./header";
import { Footer } from "antd/es/layout/layout";
import { Version } from "./version";
import { Button } from "antd";
// @ts-expect-error: svg file
import Logo from "../icon.svg?react";
import { useTranslate } from "@refinedev/core";