import React from 'react'; import HarmonixCore from './components/HarmonixCore'; function App() { return (
); } export default App;