Skip to content

Commit 01ac775

Browse files
committed
fix(web): add missing moment import
1 parent 22bbc0c commit 01ac775

File tree

1 file changed

+1
-0
lines changed
  • packages/manager/apps/web/client/app

1 file changed

+1
-0
lines changed

packages/manager/apps/web/client/app/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import emailpro from '@ovh-ux/manager-emailpro';
2020
import exchange from '@ovh-ux/manager-exchange';
2121
import office from '@ovh-ux/manager-office';
2222
import sharepoint from '@ovh-ux/manager-sharepoint';
23+
import moment from 'moment';
2324

2425
import domainEmailObfuscation from './domain/email-obfuscation/index';
2526
import domainOptin from './domain/optin/index';

0 commit comments

Comments
 (0)