import React, { useEffect } from "react"; import { createRoot } from "react-dom/client"; import { initLandingPage } from "./animation"; function App() { useEffect(() => { const el = document.getElementById("animation-container"); if (el) return initLandingPage(el); }, []); return (
End-to-end type safety from Ash to TypeScript