server only code used in server function but in another file
I have some server code in file a and want to import that and use it in a server function in file b. But for some reason it is still kept in my client bundle..... Do I need to wrap everything in a server function? what is the expected way of working with this?