refactor: remove index files from components (#1086)

This commit is contained in:
Bruno Quaresma
2022-04-19 13:20:28 -05:00
committed by GitHub
parent 6c9c1298e4
commit 301451be40
60 changed files with 68 additions and 95 deletions

View File

@ -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 = {