Made a baseline working carousel, timeline, and started flushing out content for primary spacex experience
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface navLink {
|
||||
title: string;
|
||||
navText: string;
|
||||
path?: string;
|
||||
pubpath?: string;
|
||||
children?: navLink[];
|
||||
|
||||
Reference in New Issue
Block a user