import { SystemConfigContent } from '@/figma-make/components/pages/master-data/system-config/SystemConfigContent'; const SystemConfigPage = () => { return (
); }; export default SystemConfigPage;