import React from 'react' import './App.css' import { Canvas } from './components.js/Canvas' export const App = () => { return ( <>

Ebermergen

) }