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";