How ca I import components from the content-manager?

I know this is not recommended but in my case breaking changes will be handled. Right now if I try to import a component from the content manager i receive:

message: ‘Module parse failed: Unexpected token (133:4)\n’ +
'You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file

This topic has been created from a Discord post (1267900180775305267) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

I did search on the forum and on old strapi versions this was archivable via a webpack change

How are you importing it and are you using TS or js

Reading it my guess is your using is and new import export Syntax when you want to use require