DEV Community

Discussion on: Hot to call this function from another component in react?

Collapse
 
ivkemilioner profile image
ivkeMilioner • Edited

Call from here import React from "react";
import "./styles.css";
import './Ucyr';

import { Ucyr } from './Ucyr';

export default function App() {

return (









);

}