Skip to content

Remove all the unused variables #12

@BenzeneAlcohol

Description

@BenzeneAlcohol

There are various places in the code where variables are defined but never used.

Eg:

const location = useLocation();

import { motion, AnimatePresence } from "framer-motion";

Whenever you run the application, you get the warning in the console and you can use it to find the places where it happens.
All of this needs to be removed/handled appropriately,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions