Made great progress on monorepo & auth for next. Very happy with work!
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { ComponentProps } from 'react';
|
||||
|
||||
import { cn } from '@gib/ui';
|
||||
|
||||
type Message = { success: string } | { error: string } | { message: string };
|
||||
@@ -7,7 +8,7 @@ interface StatusMessageProps {
|
||||
message: Message;
|
||||
containerProps?: ComponentProps<'div'>;
|
||||
textProps?: ComponentProps<'div'>;
|
||||
};
|
||||
}
|
||||
|
||||
export const StatusMessage = ({
|
||||
message,
|
||||
|
||||
Reference in New Issue
Block a user