🔥 Remove unused exports and update dependencies (#1146)

This commit is contained in:
Alejandra
2024-04-02 22:57:53 -05:00
committed by GitHub
parent b117d30675
commit 73666b0556
10 changed files with 2 additions and 55 deletions

View File

@@ -113,5 +113,3 @@ function Admin() {
</>
)
}
export default Admin

View File

@@ -26,5 +26,3 @@ function Dashboard() {
</>
)
}
export default Dashboard

View File

@@ -87,5 +87,3 @@ function Items() {
</>
)
}
export default Items

View File

@@ -56,5 +56,3 @@ function UserSettings() {
</Container>
)
}
export default UserSettings