Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Nov 5, 2024
1 parent 6650bfc commit b6826b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/uniforms-patternfly/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ import "@patternfly/react-core/dist/styles/base.css";
import * as React from "react";
import * as ReactDOM from "react-dom";
import { App } from "./App";
import "../static/resources/styles.css";
import "./index.css";

ReactDOM.render(<App />, document.getElementById("app"));

0 comments on commit b6826b5

Please sign in to comment.