Sorry if this has been asked already, I tried searching but no luck. I am trying to edit the login/logout inputs, text, and styles but it looks like it is being imported like so:
import { LoginForm } from "wasp/client/auth";
import { LoginForm } from "wasp/client/auth";
since everything is being imported from
wasp client
wasp client
how do we have control over the styling and updating any of the text? Its my understanding that is is build directory and probably shouldn't be edited.