Skip to content

Commit

Permalink
fix: remove unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jan 10, 2024
1 parent 2a3c02d commit 52085ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/screens/apps/NewApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ import { InvoiceIcon } from "../../components/icons/InvoiceIcon";
import { SearchIcon } from "../../components/icons/SearchIcon";
import { TransactionsIcon } from "../../components/icons/TransactionsIcon";
import { EditIcon } from "../../components/icons/EditIcon";
import { useUser } from "../../hooks/useUser";

const NewApp = () => {
const { data: csrf } = useCSRF();
const { data: user } = useUser();
const navigate = useNavigate();

const location = useLocation();
Expand Down

0 comments on commit 52085ab

Please sign in to comment.