tuist/projects/cloud/app/frontend/entrypoints/landing_page.tsx

6 lines
203 B
TypeScript

import React from 'react';
import ReactDOM from 'react-dom';
import { LandingPage } from '@/components/pages/landingPage/LandingPage';
ReactDOM.render(<LandingPage />, document.getElementById('root'));