Skip to content

Commit

Permalink
Frontend: Fix 'Button' import that was choking up a test
Browse files Browse the repository at this point in the history
  • Loading branch information
omarkohl committed Jan 1, 2023
1 parent c03fcb9 commit 2ca35c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/AddForecast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import {
CreateForecastMutation,
CreateForecastMutationVariables,
} from "./__generated__/graphql";
import Button from "@mui/material/Button/Button";
import {TextField} from "@mui/material";
import {TextField, Button} from "@mui/material";
import {DateTimePicker, LocalizationProvider} from "@mui/x-date-pickers";
import dayjs, {Dayjs} from "dayjs";
import {AdapterDayjs} from "@mui/x-date-pickers/AdapterDayjs";
Expand Down

0 comments on commit 2ca35c8

Please sign in to comment.