Error with importing index.js file

I am trying to import a js modules from notification package. I am using this command:
import { Notification, NotificationAction } from '../../vendor/filament/notifications/dist/index.js'


I am compiling it with laravel vite and I got an error that :
error during build:
RollupError: "Notification" is not exported by "vendor/filament/notifications/dist/index.js",
Was this page helpful?