Skip to content

Commit

Permalink
Apply Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiDubauskas authored and github-actions[bot] committed Sep 5, 2023
1 parent c729e1d commit 1fd73ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ import App from "./App";

// Mount the App component to the DOM element with id "root"
const root = createRoot(document.getElementById("root"));
root.render(

<App />

);
root.render(<App />);

1 comment on commit 1fd73ef

@vercel
Copy link

@vercel vercel bot commented on 1fd73ef Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.