Skip to content

chore: touch ups to wsproxy UX #8350

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 7, 2023
Merged
Prev Previous commit
Next Next commit
Fix import
  • Loading branch information
Emyrk committed Jul 6, 2023
commit 588d07a2458d48ac5ccaf4162066440ab1e4c88f
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { makeStyles } from "@mui/styles"
import { combineClasses } from "utils/combineClasses"
import ListItem from "@mui/material/ListItem"
import List from "@mui/material/List"
import { ListSubheader } from "@mui/material"
import ListSubheader from "@mui/material/ListSubheader"
import { Maybe } from "components/Conditionals/Maybe"
import { CodeExample } from "components/CodeExample/CodeExample"

Expand Down