mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2025-07-13 00:23:24 -07:00
refactor: squash commits
This commit is contained in:
parent
63ebcb5915
commit
1e6e237aa3
107 changed files with 20077 additions and 0 deletions
13
frontend/src/index.jsx
Normal file
13
frontend/src/index.jsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
import "./index.css";
|
||||
|
||||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
|
||||
import App from "./App";
|
||||
|
||||
ReactDOM.render(
|
||||
<React.StrictMode>
|
||||
<App />
|
||||
</React.StrictMode>,
|
||||
document.getElementById("root")
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue