合并代码

This commit is contained in:
孙景学
2025-07-02 16:18:03 +08:00
parent 2b3eb5672d
commit 3ae57eb23b
87 changed files with 3852 additions and 19276 deletions

View File

@ -1,8 +1,9 @@
import React from 'react';
import GlobalModal from '@/components/GlobalModal';
const MainLayout: React.FC = (props) => {
const { children } = props;
return <>{children}</>;
return <>{children}<GlobalModal /></>;
};
export default MainLayout;