- Modified global CSS to enhance typography and introduce new surface styles. - Updated layout component to utilize the new Jakarta font variable. - Improved loading states in account and public services views for better user experience. - Refactored loading components to use consistent styling and structure. - Enhanced the SiteFooter and AuthLayout components with updated font styles. - Streamlined the PublicLandingLoadingView for better visual consistency. - Added new BackLink component for improved navigation in order detail loading state.
3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
export { BackLink } from "./BackLink";
|
|
export type { BackLinkProps } from "./BackLink";
|