7 lines
179 B
TypeScript
7 lines
179 B
TypeScript
import SupportFileUploads from './SupportFileUploads'
|
|
|
|
const Features = {
|
|
SupportFileUploads: Object.assign(SupportFileUploads, SupportFileUploads),
|
|
}
|
|
|
|
export default Features |