mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: wip import resource UI
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import styles from './ImportFileUploadStep.module.scss';
|
||||
|
||||
interface ImportFileContainerProps {
|
||||
children: React.ReactNode;
|
||||
}
|
||||
|
||||
export function ImportFileContainer({ children }: ImportFileContainerProps) {
|
||||
return <div className={styles.content}>{children}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user