mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 06:22:59 +00:00
Fix /jsx with prettifier
This commit is contained in:
@@ -17,7 +17,7 @@ import EditUser from "./components/EditUser/EditUser";
|
||||
|
||||
import "./style/root.css";
|
||||
|
||||
const store = createStore(reducers, initialState)
|
||||
const store = createStore(reducers, initialState);
|
||||
|
||||
const App = (props) => {
|
||||
useEffect(() => {
|
||||
|
Reference in New Issue
Block a user