import React from "react"; import "./App.css"; import { Configurator } from "./Configurator"; export function App() { return (
); }