Adding the skeleton QR code
This commit is contained in:
12
frontend/src/App.tsx
Normal file
12
frontend/src/App.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import QRComponent from '@templates/QrCodeComponent';
|
||||
import styles from '@styles/App.module.scss';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<div className={styles.body}>
|
||||
<QRComponent />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default App;
|
||||
Reference in New Issue
Block a user