Skip to content

Commit d19c124

Browse files
committed
Fix import ordering
1 parent 83397e0 commit d19c124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/WorkspacesPage/WorkspacesPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { Avatar, Theme } from "@material-ui/core"
1+
import Avatar from "@material-ui/core/Avatar"
22
import Button from "@material-ui/core/Button"
3-
import { makeStyles } from "@material-ui/core/styles"
3+
import { makeStyles, Theme } from "@material-ui/core/styles"
44
import Table from "@material-ui/core/Table"
55
import TableBody from "@material-ui/core/TableBody"
66
import TableCell from "@material-ui/core/TableCell"

0 commit comments

Comments
 (0)