Made a baseline working carousel, timeline, and started flushing out content for primary spacex experience
This commit is contained in:
9
src/env.d.ts
vendored
9
src/env.d.ts
vendored
@@ -6,4 +6,11 @@ interface ImportMetaEnv {
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
LeaderLine: any;
|
||||
}
|
||||
}
|
||||
export {};
|
||||
Reference in New Issue
Block a user