Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
edlouth committed Aug 23, 2023
1 parent 9d919e1 commit 82404c4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from "react"
import { gql, useQuery } from "@apollo/client"
import { Save } from "@mui/icons-material"
import { Box, Button, CircularProgress, Stack } from "@mui/material"
import { Box, CircularProgress } from "@mui/material"
import NotFound from "pages/NotFound"
import useWorkspace from "helpers/useWorkspace"
import { Filter, getProperties } from "components/filters/filters"
Expand Down

0 comments on commit 82404c4

Please sign in to comment.