Skip to content

Commit

Permalink
Import cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Taylor committed Oct 11, 2022
1 parent a4c7a25 commit 3d19247
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"search.exclude": {
"**/build": true,
"**/node_modules": true
},
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll": true
}
}
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import Autocomplete from "@mui/material/Autocomplete";
import styled from "styled-components/macro";
import Box from "@mui/material/Box";
import CssBaseline from "@mui/material/CssBaseline";
import { createTheme, ThemeProvider } from "@mui/material/styles";
import TextField from "@mui/material/TextField";
import useMediaQuery from "@mui/material/useMediaQuery";
import React, { useEffect, useState } from "react";
import styled from "styled-components";
import "./App.css";
import useData from "./lib/Data";

Expand Down

0 comments on commit 3d19247

Please sign in to comment.