mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 02:36:44 -05:00
changes during migration
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
import React, { Component } from 'react'
|
||||
import TypoGraphy from '@mui/material/Typography';
|
||||
import PropTypes from 'prop-types' //ES6
|
||||
import styles from './styles.module.css';
|
||||
import constants from '@lib/constants'
|
||||
import {SITE_CONT_TYPE} from '@lib/constants'
|
||||
|
||||
export default function Disclosure(props:any) {
|
||||
interface DisclosureProps {}
|
||||
|
||||
export default function Disclosure(props: DisclosureProps) {
|
||||
|
||||
|
||||
return (
|
||||
@@ -32,8 +33,3 @@ export default function Disclosure(props:any) {
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Disclosure.propTypes = {
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user