view data fixes
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
'use client';
|
||||
|
||||
import { CtaSection } from '@/components/home/CtaSection';
|
||||
import { Hero } from '@/components/home/Hero';
|
||||
import { TelemetryStrip } from '@/components/home/TelemetryStrip';
|
||||
import { ValuePillars } from '@/components/home/ValuePillars';
|
||||
import { StewardingPreview } from '@/components/home/StewardingPreview';
|
||||
import { LeagueIdentityPreview } from '@/components/home/LeagueIdentityPreview';
|
||||
import { MigrationSection } from '@/components/home/MigrationSection';
|
||||
import { CtaSection } from '@/components/home/CtaSection';
|
||||
import { StewardingPreview } from '@/components/home/StewardingPreview';
|
||||
import { TelemetryStrip } from '@/components/home/TelemetryStrip';
|
||||
import { ValuePillars } from '@/components/home/ValuePillars';
|
||||
import { ViewData } from '@/lib/contracts/view-data/ViewData';
|
||||
import { Stack } from '@/ui/Stack';
|
||||
|
||||
export interface HomeViewData {
|
||||
export interface HomeViewData extends ViewData {
|
||||
isAlpha: boolean;
|
||||
upcomingRaces: Array<{
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user