Skip to content

Commit

Permalink
Merge pull request #15 from HubSpot/package-registry-with-component
Browse files Browse the repository at this point in the history
Package registry in BlogPosts / include styled-jsx in boilerplate
  • Loading branch information
bran-van-d authored Feb 16, 2024
2 parents edacf5d + 14285ae commit 91d444b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import blogIcon from './assets/blog.svg';
import StyledJSXRegistry from '../../StyledJSXRegistry.jsx';
import StyledJSXRegistry from './StyledJSXRegistry.jsx';
import styles from './styles.module.css';

function stripTags(stringWithTags) {
Expand Down
3 changes: 2 additions & 1 deletion react-module-boilerplate/react-modules/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"dependencies": {
"@hubspot/cms-components": "^0.14",
"react": "^18.2.0",
"styled-components": "^6"
"styled-components": "^6",
"styled-jsx": "^5"
},
"devDependencies": {
"@hubspot/cms-dev-server": "^0.14"
Expand Down

0 comments on commit 91d444b

Please sign in to comment.