diff --git a/src/views/EventsView/index.tsx b/src/views/EventsView/index.tsx index d05ec29..dc6f5ea 100644 --- a/src/views/EventsView/index.tsx +++ b/src/views/EventsView/index.tsx @@ -1,5 +1,5 @@ 'use client'; -import React, {useState} from 'react'; +import React from 'react'; import { Box, Button, Link, Tab, Tabs, Typography } from '@mui/material'; import { EventResponse } from '@/types/dataModel/event'; import dayjs from 'dayjs';