I have a response class to standardise response formats. It’s defined in a server module but there’s nothing particularly servery about it and I’d like to import it into a client module.
Is that possible to do? Just importing it doesn’t seem to work (doesn’t find it).