@@ -21,6 +21,7 @@ export interface YearRouteComponents {
2121 attendee ?: LazyExoticComponent < ComponentType < any > > ;
2222 communities ?: LazyExoticComponent < ComponentType < any > > ;
2323 sponsorship ?: LazyExoticComponent < ComponentType < any > > ;
24+ codeOfConduct ?: LazyExoticComponent < ComponentType < any > > ;
2425}
2526
2627/**
@@ -41,6 +42,7 @@ export const yearRouteConfigs: Record<string, YearRouteComponents> = {
4142 speakerDetail : LazyComponents . SpeakerDetailContainer2026 ,
4243 talkDetail : LazyComponents . TalkDetailContainer2026 ,
4344 sponsorship : LazyComponents . Sponsorship ,
45+ codeOfConduct : LazyComponents . CodeOfConduct ,
4446 } ,
4547 "2025" : {
4648 home : LazyComponents . HomeWrapper2025 ,
@@ -58,6 +60,7 @@ export const yearRouteConfigs: Record<string, YearRouteComponents> = {
5860 attendee : LazyComponents . AttendeeInformation2025 ,
5961 communities : LazyComponents . Communities2025 ,
6062 sponsorship : LazyComponents . Sponsorship ,
63+ codeOfConduct : LazyComponents . CodeOfConduct ,
6164 } ,
6265 "2024" : {
6366 home : LazyComponents . HomeWrapper2024 ,
@@ -75,6 +78,7 @@ export const yearRouteConfigs: Record<string, YearRouteComponents> = {
7578 attendee : LazyComponents . AttendeeInformation2023 ,
7679 communities : LazyComponents . Communities2023 ,
7780 sponsorship : LazyComponents . Sponsorship ,
81+ codeOfConduct : LazyComponents . CodeOfConduct ,
7882 } ,
7983 "2023" : {
8084 home : LazyComponents . Home2023Wrapper ,
@@ -92,6 +96,7 @@ export const yearRouteConfigs: Record<string, YearRouteComponents> = {
9296 communities : LazyComponents . Communities2023 ,
9397 speakerInfo : LazyComponents . SpeakerInformation2023 ,
9498 sponsorship : LazyComponents . Sponsorship ,
99+ codeOfConduct : LazyComponents . CodeOfConduct ,
95100 } ,
96101} ;
97102
0 commit comments