Skip to content

Commit 80be58a

Browse files
committed
Update fetchEvents.ts
1 parent 653e46c commit 80be58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CommunityEvents/fetchEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { CommunityEvent } from "./types"
1+
import type { CommunityEvent } from "./types.ts"
22

33
// Fetch events from Webflow RSS feed
44
export const fetchEventsFromRSS = async (): Promise<CommunityEvent[]> => {

0 commit comments

Comments
 (0)