Skip to content

Commit

Permalink
remove unused usestate
Browse files Browse the repository at this point in the history
  • Loading branch information
JihunKimCode committed Apr 24, 2024
1 parent 49a8ec9 commit 86592cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/EventsView/index.tsx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit 86592cd

Please sign in to comment.