diff --git a/src/database/item-type/url/UrlUtil.tsx b/src/database/item-type/url/UrlUtil.tsx
index 16a3313..1dbbfd2 100644
--- a/src/database/item-type/url/UrlUtil.tsx
+++ b/src/database/item-type/url/UrlUtil.tsx
@@ -1,5 +1,4 @@
import React from 'react';
-import { Link } from 'react-router-dom';
import { MultiLang } from '../../../config';
import ItemUtil, { ItemBasicFile } from '../../lib/ItemUtil';
@@ -18,7 +17,7 @@ const BannerFile = (props: BannerFileProps) => {
}
const url = ItemUtil.getFileUrl(data);
return (
-
+
);
}
@@ -26,4 +25,4 @@ const UrlUtil = {
BannerFile,
}
-export default UrlUtil;
\ No newline at end of file
+export default UrlUtil;