feat: add new SVG assets for file icons, LLM providers, and UI elements

This commit is contained in:
2025-10-21 16:41:22 +08:00
parent 6ca5e235b4
commit 504156fb95
220 changed files with 17943 additions and 23 deletions

View File

@@ -0,0 +1,12 @@
import { Box, Typography } from "@mui/material";
function LLMFactoryCard() {
return (
<Box>
<Typography variant="h6" gutterBottom>
</Typography>
</Box>
)
}
export default LLMFactoryCard;