feat: openapi page

This commit is contained in:
archer
2023-04-07 22:48:21 +08:00
parent 43f8d6008f
commit 22cc9c85be
24 changed files with 190 additions and 94 deletions

View File

@@ -0,0 +1,12 @@
import React from 'react';
import { Card, Box, Flex, Button, Input } from '@chakra-ui/react';
const OpenApi = () => {
return (
<Card px={6} py={4}>
ss
</Card>
);
};
export default OpenApi;