feat: init
This commit is contained in:
9
apps/web/ce/store/analytics.store.ts
Normal file
9
apps/web/ce/store/analytics.store.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { IBaseAnalyticsStore } from "@/store/analytics.store";
|
||||
import { BaseAnalyticsStore } from "@/store/analytics.store";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
||||
export interface IAnalyticsStore extends IBaseAnalyticsStore {
|
||||
//observables
|
||||
}
|
||||
|
||||
export class AnalyticsStore extends BaseAnalyticsStore {}
|
||||
Reference in New Issue
Block a user