mirror of
https://git.um-react.app/um/um-react.git
synced 2026-07-12 06:21:13 +00:00
feat: add ios ekey import instructions
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { Code, Text } from '@chakra-ui/react';
|
||||
import React from 'react';
|
||||
|
||||
export function FilePathBlock({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<Text as="pre" whiteSpace="pre-wrap" wordBreak="break-all">
|
||||
<Code>{children}</Code>
|
||||
</Text>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user