mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-01 07:50:26 +02:00
* mui v5 wip * wip * wip * wip * use compressor for all controlplane endpoints * wip * wip * add deps * fix authenticate URL * fix test * fix test * fix build * maybe fix build * fix integration test * remove image asset test * add yarn.lock
5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
import App from "./App";
|
|
import React from "react";
|
|
import ReactDOM from "react-dom";
|
|
|
|
ReactDOM.render(<App />, document.getElementById("root"));
|