Skip to content

Commit

Permalink
last round of format removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrique-mazzoleni committed Sep 12, 2023
1 parent c80ee2a commit 6bc6819
Show file tree
Hide file tree
Showing 6 changed files with 988 additions and 919 deletions.
2 changes: 1 addition & 1 deletion GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ You can refer to the following articles on the basics of Git and Github and also
- [Learn GitHub from Scratch](https://lab.github.com/githubtraining/introduction-to-github)

</details>

2 changes: 1 addition & 1 deletion web/src/components/Switch/Switch.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FaSun, FaMoon } from "react-icons//fa";
import ""./style.css";
import "./style.css";

// eslint-disable-next-line react/prop-types
const Switch = ({ handleTheme, checked }) => {
Expand Down
2 changes: 1 addition & 1 deletion web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ body {
::-webkit-scrollbar-thumb{
background-color: #facc17;
border-radius: 5px;
}
}
8 changes: 4 additions & 4 deletions web/src/main.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import ReactDOM from "react-dom/client";
import App from "./App.jsx";
import "./index.css";
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.jsx'
import './index.css'

ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
Expand Down
Loading

0 comments on commit 6bc6819

Please sign in to comment.