From e6a95d246d14a8968833ce7dcfdf0e7622a610ee Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 4 Nov 2022 10:24:29 -0300 Subject: fix imports --- packages/merchant-backoffice-ui/src/hooks/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/merchant-backoffice-ui/src/hooks/notifications.ts') diff --git a/packages/merchant-backoffice-ui/src/hooks/notifications.ts b/packages/merchant-backoffice-ui/src/hooks/notifications.ts index 1c0c37308..9c5e21c79 100644 --- a/packages/merchant-backoffice-ui/src/hooks/notifications.ts +++ b/packages/merchant-backoffice-ui/src/hooks/notifications.ts @@ -20,7 +20,7 @@ */ import { useState } from "preact/hooks"; -import { Notification } from '../utils/types'; +import { Notification } from "../utils/types.js"; interface Result { notifications: Notification[]; -- cgit v1.2.3