Réagir à l'aide du module auto-créé

import logo from './logo.svg';
import './App.css';

import {useEffect} from 'react';
import {x} from 'thing';
function App() {


  useEffect(()=>{

alert(x);



  })
  return (
  /**/
  );
}

export default App;

/**/

exports.x = "jljkljlkjlkjljljlkjl";



exports.x = "jljkljlkjlkjljljlkjl";


Javasper