Skip to content

Commit

Permalink
Style: test.tsx 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwlnyy committed Jan 7, 2025
1 parent a1eb565 commit 3076e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/calendar/index.tsx → pages/calendar/test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import React from 'react';
import { EventSchedule, JobSchedule } from 'types/calendar/scheduleTypes';
import usePublicCalendarRequest from 'hooks/calendar/usePublicCalendarRequest';

Expand Down

0 comments on commit 3076e90

Please sign in to comment.