File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,11 @@ import { join } from 'node:path';
99import { parse } from 'valibot' ;
1010import podcasts from '../public/assets/data/podcast.json' ;
1111import { PodcastListSchema } from './server/schemas/podcast.schema' ;
12- import { CommunityListSchema } from './server/schemas/community.schema' ;
1312import organizers from '../public/assets/data/organizers.json' ;
1413import events from '../public/assets/data/events.json' ;
1514import { Community } from './models/community.model' ;
1615import { Podcast } from './models/podcast.model' ;
1716import { isFuture , isToday } from 'date-fns' ;
18- import { EventCallForPapers } from './models/call-for-papers.model' ;
1917import { Event } from './models/event.model' ;
2018import { CommunityEvent } from './models/community-event.model' ;
2119
You can’t perform that action at this time.
0 commit comments