mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
refactor: remove index files from components (#1086)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { makeStyles } from "@material-ui/core/styles"
|
||||
import React from "react"
|
||||
import { Pager, UserResponse } from "../../api/types"
|
||||
import { Header } from "../../components/Header"
|
||||
import { Header } from "../../components/Header/Header"
|
||||
import { UsersTable } from "../../components/UsersTable/UsersTable"
|
||||
|
||||
export const Language = {
|
||||
|
Reference in New Issue
Block a user