I fixed some issues with how we were setting up styles. should be consistent now

This commit is contained in:
2025-07-03 15:37:08 -05:00
parent 489009d35d
commit 6ef77c481d
15 changed files with 727 additions and 509 deletions

View File

@@ -1,2 +1,2 @@
export { StatusMessage } from './status-message';
export { SubmitButton } from './submit-button';
export { SubmitButton, type SubmitButtonProps } from './submit-button';