code-423n4 / code-423n4/code423n4.com

[BUG]: build import errors re. some sort of CSS components?

Open
#8,239 2 comments 0 reactions 1 assignee View on GitHub

@burgertime-c4 is already working on this.

Since Mar 14, 2023.

bug
Dominant language
JavaScript
Stars
179
Forks
173
PR merge metrics
No merged PRs in 30d

Description

Noticed these errors (or warnings?) appearing in the build log recently:

warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Form__Form' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Widget__Container' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Widget__Label' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Input__Control' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/newsletter-signup.js
12:03:50 PM: Attempted import error: 'Input__Text' is not exported from '../styles/Main.module.scss' (imported as 'styles').
12:03:50 PM: warning ./src/pages/manage-team.tsx
12:03:50 PM: Attempted import error: 'Form__Form' is not exported from '../styles/Main.module.scss' (imported as 'styles').

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.