Skip to content

Commit b69bde5

Browse files
committed
chore: remove useless export
1 parent d6508a4 commit b69bde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/GlobalConfigurations/BuildInfra/BuildInfra.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import { BuildInfraProps } from './types'
1414
import './styles.scss'
1515

16-
export const BuildInfra: FunctionComponent<BuildInfraProps> = ({ isSuperAdmin }) => {
16+
const BuildInfra: FunctionComponent<BuildInfraProps> = ({ isSuperAdmin }) => {
1717
const { breadcrumbs } = useBreadcrumb(BUILD_INFRA_BREADCRUMB)
1818
// Sending isSuperAdmin since don't even want to send API Request for that case
1919
const {

0 commit comments

Comments
 (0)