diff --git a/frontend/app/components/Dashboard/components/WidgetName/WidgetName.tsx b/frontend/app/components/Dashboard/components/WidgetName/WidgetName.tsx index 57fdcbadd..3e8396ab7 100644 --- a/frontend/app/components/Dashboard/components/WidgetName/WidgetName.tsx +++ b/frontend/app/components/Dashboard/components/WidgetName/WidgetName.tsx @@ -1,7 +1,5 @@ import React, { useState, useRef, useEffect } from 'react'; -import cn from 'classnames'; import { Icon } from 'UI'; -import stl from './widgetName.css' interface Props { name: string; @@ -42,7 +40,7 @@ function WidgetName(props: Props) {