fix name of new HelpNotificationsView class

This commit is contained in:
2023-12-07 20:35:29 -07:00
parent 1e2ad85547
commit a6bb036ceb

View File

@@ -59,7 +59,7 @@ interface Notification {
} }
@Component({ components: { QuickNav } }) @Component({ components: { QuickNav } })
export default class Help extends Vue { export default class HelpNotificationsView extends Vue {
$notify!: (notification: Notification, timeout?: number) => void; $notify!: (notification: Notification, timeout?: number) => void;
} }
</script> </script>