import Input from "./components/input"; /** * 1. User click enter key * 2. Get model/dataset/space name * 3. Get data from API * 4. Format data(to 20 points at most) * 5. Draw line chart */ function App() { return (
{/* We've used 3xl here, but feel free to try other max-widths based on your needs */}
); } export default App;