import { Text } from "@nodegui/react-nodegui"; import React from "react"; export const MyText = () => { return {`Yolo`}; };