App.tsx 88 Bytes Raw Blame History Permalink 1 2 3 4 5 import React from "react"; export function App() { return <div>Hello World!</div>; }