import React from 'react'; import SecurityCheck from './components/SecurityCheck'; function App() { return (
); } export default App;