Skip to content

Commit 389e705

Browse files
committed
add the default class
1 parent 2bd7a9d commit 389e705

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Allows to wrap inline fragment and style it somehow.
1111
*/
12-
class InlineCode {
12+
export default class InlineCode {
1313
/**
1414
* Class name for term-tag
1515
*
@@ -182,5 +182,3 @@ class InlineCode {
182182
};
183183
}
184184
}
185-
186-
module.exports = InlineCode;

0 commit comments

Comments
 (0)