import { HomePage } from '@/sections/HomePage';
import { renderPage } from '@/utils/renderPage';
import '@/styles/home.css';

renderPage(HomePage);
