mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
chore: forbid direct react import (#5658)
This commit is contained in:
@ -2,9 +2,9 @@ import Button from "@material-ui/core/Button"
|
||||
import { makeStyles } from "@material-ui/core/styles"
|
||||
import LaunchOutlined from "@material-ui/icons/LaunchOutlined"
|
||||
import { Stack } from "components/Stack/Stack"
|
||||
import React from "react"
|
||||
import { FC } from "react"
|
||||
|
||||
export const Header: React.FC<{
|
||||
export const Header: FC<{
|
||||
title: string | JSX.Element
|
||||
description?: string | JSX.Element
|
||||
secondary?: boolean
|
||||
|
Reference in New Issue
Block a user