Update SNJS
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import { SNAlertService } from 'snjs';
|
||||
import { SKAlert } from 'sn-stylekit';
|
||||
|
||||
export class AlertManager extends SNAlertService {
|
||||
export class AlertService extends SNAlertService {
|
||||
async alert({
|
||||
title,
|
||||
text,
|
||||
@@ -1,4 +1,4 @@
|
||||
export { AlertManager } from './alertManager';
|
||||
export { AlertService } from './alertService';
|
||||
export { ArchiveManager } from './archiveManager';
|
||||
export { DesktopManager } from './desktopManager';
|
||||
export { GodService } from './godService';
|
||||
|
||||
Reference in New Issue
Block a user