Skip to content

Commit 99c030d

Browse files
committed
refactor: remove unused imports from server.ts to streamline code
1 parent a6468b5 commit 99c030d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/server.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ import { join } from 'node:path';
99
import { parse } from 'valibot';
1010
import podcasts from '../public/assets/data/podcast.json';
1111
import { PodcastListSchema } from './server/schemas/podcast.schema';
12-
import { CommunityListSchema } from './server/schemas/community.schema';
1312
import organizers from '../public/assets/data/organizers.json';
1413
import events from '../public/assets/data/events.json';
1514
import { Community } from './models/community.model';
1615
import { Podcast } from './models/podcast.model';
1716
import { isFuture, isToday } from 'date-fns';
18-
import { EventCallForPapers } from './models/call-for-papers.model';
1917
import { Event } from './models/event.model';
2018
import { CommunityEvent } from './models/community-event.model';
2119

0 commit comments

Comments
 (0)