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 { MONOSPACE_FONT_FAMILY } from "../../theme/constants"
import { CopyButton } from "../Button"
import { CopyButton } from "../Button/CopyButton"
export interface CodeExampleProps {
code: string