mirror of
https://github.com/PacktPublishing/Web-Development-with-Blazor-Second-Edition.git
synced 2026-03-24 05:14:39 +01:00
3 lines
69 B
JavaScript
3 lines
69 B
JavaScript
export function showAlert(message) {
|
|
return alert(message);
|
|
}
|