mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-06-16 13:46:16 +02:00
Don't use default exports.
This commit is contained in:
@ -22,7 +22,7 @@ Alert.propTypes = {
|
||||
onDismiss: PropTypes.func,
|
||||
};
|
||||
|
||||
export default function Alert({
|
||||
export function Alert({
|
||||
type, message, onDismiss, children,
|
||||
}) {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user