view playground/main.ts @ 27:b212647e8654

[Bun] Adding OS specific files that I used for testing as to be ignored.
author June Park <parkjune1995@gmail.com>
date Thu, 09 Oct 2025 06:45:50 -0700
parents 2b9e75756825
children
line wrap: on
line source

import { Foo } from "./june";
import ReactDOM from 'react-dom/client';

ReactDOM.createRoot(document.getElementById('root')!).render(Foo());