Skip to content

Commit

Permalink
Add test title
Browse files Browse the repository at this point in the history
  • Loading branch information
gjonhajdari committed Nov 5, 2024
1 parent c0e8890 commit 33fc68d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import store from "./store.js";
ReactDOM.createRoot(document.getElementById("root")).render(
<React.StrictMode>
<Provider store={store}>
<h1>Testing!</h1>
<App />
</Provider>
</React.StrictMode>,
Expand Down

0 comments on commit 33fc68d

Please sign in to comment.