mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-23 07:14:21 +00:00
9 lines
210 B
TypeScript
9 lines
210 B
TypeScript
import * as React from 'react';
|
|
import {SophonInstanceContainer} from "./components/instance/SophonInstanceContainer";
|
|
|
|
|
|
export default function App() {
|
|
return (
|
|
<SophonInstanceContainer/>
|
|
);
|
|
}
|