import React from "react"; const App = () => { const txt = "sldjflksjdfljsd"; return (

{txt}

) } export default App