mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-17 20:08:07 +08:00
Removed unused imports and commented out debug logs
This commit is contained in:
parent
278bb72ec1
commit
fb7b77efb7
4 changed files with 3 additions and 16 deletions
|
@ -3,10 +3,6 @@ import styles from "../../styles";
|
|||
import { View, Text } from "react-native";
|
||||
import { useSelector } from "react-redux";
|
||||
import { RootState } from "../../features/redux/Store/Store";
|
||||
import Button from "../../components/Button/Button";
|
||||
import { UserLogin } from "../../components/Api/Api";
|
||||
import { colors } from "../../styles";
|
||||
import axios from "axios";
|
||||
import AnimatedContainer from "../../components/AnimatedContainer/AnimatedContainer";
|
||||
|
||||
export default function Home() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue