um-react/src/features/settings/panels/QMCv2/InstructionsPC.tsx
2023-06-15 20:34:15 +01:00

10 lines
193 B
TypeScript

import { Text } from '@chakra-ui/react';
export function InstructionsPC() {
return (
<>
<Text>使 Windows </Text>
</>
);
}