feat: add new SVG assets for file icons, LLM providers, and UI elements
This commit is contained in:
12
src/pages/setting/components/LLMFactoryCard.tsx
Normal file
12
src/pages/setting/components/LLMFactoryCard.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Box, Typography } from "@mui/material";
|
||||
|
||||
function LLMFactoryCard() {
|
||||
return (
|
||||
<Box>
|
||||
<Typography variant="h6" gutterBottom>
|
||||
</Typography>
|
||||
</Box>
|
||||
)
|
||||
}
|
||||
|
||||
export default LLMFactoryCard;
|
||||
Reference in New Issue
Block a user