Correct path for BadgeDirective

pull/827/head
Cagatay Civici 2021-01-01 01:31:54 +03:00
parent 46da5d1a87
commit 2f40b9c7cf
4 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
export * from './BadgeDirective';

View File

@ -0,0 +1,2 @@
'use strict';
module.exports = require('./BadgeDirective.js');