Merge "Fix to properties load for blueprints-processor"
[ccsdk/features.git] / sdnr / wt / odlux / framework / src / services / snackbarService.ts
1 import { OptionsObject } from "notistack";
2
3 export const snackbarService = {
4   enqueueSnackbar: (message: string, options?: OptionsObject) =>{ }
5 }