diff --git a/frontend/code/src/components/Layout/index.tsx b/frontend/code/src/components/Layout/index.tsx index 9760562..a662da4 100644 --- a/frontend/code/src/components/Layout/index.tsx +++ b/frontend/code/src/components/Layout/index.tsx @@ -3,7 +3,6 @@ import { Alert } from './Assets/Alert' import { Avatar } from './Assets/Avatar' import {BiSearch} from 'react-icons/bi' -var test = [{name:"tes"},{name:"Test"}] export const Layout = () => { diff --git a/frontend/code/src/components/Login/index.tsx b/frontend/code/src/components/Login/index.tsx index 4cb100b..c7a915d 100644 --- a/frontend/code/src/components/Login/index.tsx +++ b/frontend/code/src/components/Login/index.tsx @@ -1,7 +1,6 @@ import { Link } from "react-router-dom"; import pingpong from '../images/pingpong.svg' import {Button} from './Assets/Button' -import bg from './Assets/bg.gif' export const Login = () => {