mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-16 21:46:32 +00:00
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
|
import Notifications, { notify } from '@kyvg/vue3-notification';
|
||
|
|
||
|
export const notifications = Notifications;
|
||
|
|
||
|
export default () => ({ notify });
|