import { start } from "tram-one";
import app from "./app";
import "./index.css";

start(app, "#root");
