"computed" is imported from external module "valtio-kit" but never used
This is reported by vite build. We might be able to silence the warning from our Vite plugin. If we can remove the import instead.
This happens because computed calls get rewritten to V.computed calls.