mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Add presetup-configurator to the repo
This commit is contained in:
parent
d4d89327fd
commit
8c11349a8b
14 changed files with 829 additions and 0 deletions
11
presetup-configurator/src/App.tsx
Normal file
11
presetup-configurator/src/App.tsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
import React from "react";
|
||||
import { Configurator } from "./Configurator";
|
||||
import "./App.css";
|
||||
|
||||
export function App() {
|
||||
return <div className="App">
|
||||
<div className="wrapper">
|
||||
<Configurator />
|
||||
</div>
|
||||
</div>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue