Skip to content

Commit 214d7ef

Browse files
committed
Lint fix
1 parent 211161e commit 214d7ef

File tree

1 file changed

+1
-5
lines changed
  • browser/data-browser/src/components/Template/templates

1 file changed

+1
-5
lines changed

browser/data-browser/src/components/Template/templates/website.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import { core, dataBrowser } from '@tomic/react';
2-
import type {
3-
TemplateFn,
4-
TemplateContext,
5-
TemplateDescription,
6-
} from '../template';
2+
import type { TemplateFn, TemplateContext } from '../template';
73

84
const Image: React.FC = () => {
95
return (

0 commit comments

Comments
 (0)