Hey Relume team, I’m running into an issue with the NavBar3 component (and other snippets) because they use named exports (export const Navbar3 = ...
), while I typically import components as default in Next.js. Do you recommend altering your snippets to export default
, or should I just adjust my import statements to use named exports? Thanks for any guidance—trying to keep changes to your code minimal!