Files
TERES_web_frontend/src/pages/setting/components/LLMFactoryCard.tsx

13 lines
213 B
TypeScript
Raw Normal View History

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