fix: update the nodemailer to remove the export function from notification
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
'use server'
|
||||
|
||||
import { EmailContent, EmailProductInfo, NotificationType } from '@/types';
|
||||
import nodemailer from 'nodemailer';
|
||||
import nodemailer from 'nodemailer'
|
||||
|
||||
export const Notification = {
|
||||
const Notification = {
|
||||
WELCOME: 'WELCOME',
|
||||
CHANGE_OF_STOCK: 'CHANGE_OF_STOCK',
|
||||
LOWEST_PRICE: 'LOWEST_PRICE',
|
||||
|
||||
Reference in New Issue
Block a user