diff --git a/src/client/components/dashboard/Grid.tsx b/src/client/components/dashboard/Grid.tsx index bebd427..de26883 100644 --- a/src/client/components/dashboard/Grid.tsx +++ b/src/client/components/dashboard/Grid.tsx @@ -1,4 +1,4 @@ -import React, { useState } from 'react'; +import React from 'react'; import { Layouts, Responsive, WidthProvider } from 'react-grid-layout'; import clsx from 'clsx'; import { DashboardGridItem } from './items';