Rearrange CSS classes in various components

This commit reorders CSS classes in multiple files to maintain consistent code style. The switch does not change any style attribute's functionality or the display, but assists in code readability and organization.
This commit is contained in:
giancarlo
2024-04-18 19:59:55 +08:00
parent 427ea2f845
commit 903733ad60
5 changed files with 6 additions and 8 deletions

View File

@@ -2,4 +2,4 @@ export * from './plan-picker';
export * from './current-subscription-card';
export * from './current-lifetime-order-card';
export * from './billing-session-status';
export * from './billing-portal-card';
export * from './billing-portal-card';