Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define and implement the order of the imports. #2

Open
omonteon opened this issue Feb 10, 2024 · 0 comments
Open

Define and implement the order of the imports. #2

omonteon opened this issue Feb 10, 2024 · 0 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@omonteon
Copy link
Owner

I still need to define all types of imports, but here is a simple example:

// Components
import Card from "@components/Card";
import FeedbackForm from "@components/FeedbackForm";
import GoBackLink from "@components/GoBackLink";

// Styles
import styles from "./feedbackNew.module.css";

// Utils, images
import { ReactComponent as PlusIcon } from "@assets/plus-icon.svg";
@omonteon omonteon self-assigned this Feb 10, 2024
@omonteon omonteon added the documentation Improvements or additions to documentation label Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant