Skip to content

Commit 0f57a0f

Browse files
committed
feat(projects): 添加blank布局
1 parent b6a8f85 commit 0f57a0f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pages/(blank)/layout.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import GlobalContent from '@/layouts/modules/global-content';
2+
3+
const BlankLayout = () => {
4+
return <GlobalContent closePadding />;
5+
};
6+
7+
export default BlankLayout;

0 commit comments

Comments
 (0)