Merge remote-tracking branch 'origin/new-page-framework' into llm_framework

This commit is contained in:
aries_ckt 2023-06-25 21:22:37 +08:00
commit 6495ccf0e5
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -21,7 +21,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/

3
datacenter/lib/mui.tsx Normal file
View File

@ -0,0 +1,3 @@
"use client";
export * from '@mui/joy';