website refactor
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export interface LeagueSponsorshipsViewData {
|
||||
leagueId: string;
|
||||
activeTab: 'overview' | 'editor';
|
||||
onTabChange: (tab: 'overview' | 'editor') => void;
|
||||
league: {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user