mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
restructure files onto electron-vite boilerplate
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
interface JsonPreviewProps {
|
||||
value: string | Record<string, any>;
|
||||
value: Record<string, any> | string;
|
||||
}
|
||||
|
||||
export const JsonPreview = ({ value }: JsonPreviewProps) => {
|
||||
|
||||
Reference in New Issue
Block a user