implementing snapshots

This commit is contained in:
Emily
2024-07-31 15:34:35 +02:00
parent 4bede171fa
commit 7cb10f5aa1
9 changed files with 196 additions and 31 deletions

View File

@@ -70,6 +70,9 @@ const selectLabels = [
// { label: 'Month', value: 'month' },
];
function testAlert() {
createAlert('test', 'test', 'fas fa-home', 40000);
}
</script>