Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit fc45297

Browse files
Lance McCluskeybenhalverson
authored andcommitted
refactor: Forgot to remove duplicate type export
1 parent 5f6cae8 commit fc45297

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/types/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,3 @@ export interface CommunityNavigationSection {
9898
title: string;
9999
sections: string[];
100100
}
101-
102-
export interface CommunityNavigationSection {
103-
title: string;
104-
sections: string[];
105-
}

0 commit comments

Comments
 (0)