kriskuiper / cmd-digital-playground

Final assignment of the minor Web Development
https://cmd-digital-playground.now.sh
MIT License
6 stars 0 forks source link

Fix modular content imports #120

Closed kriskuiper closed 4 years ago

kriskuiper commented 4 years ago

Description

However it seemed like a reasonable solution at first, we now found out that it leads to weird data sharing that we have to do in order to make it work. I'd revert back to the if-solution we had at first where we can specifically define what to import if a component matches a certain string.

Acceptance criteria