Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 35135b3

Browse files
committed
More rename.
1 parent 0a17af4 commit 35135b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/untyped-react-example/src/ImportMyBanner.bs.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/untyped-react-example/src/ImportMyBanner.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
type message = {text: string};
77

88
[@genType.import "./MyBanner"] /* Module with the JS component to be wrapped. */
9-
[@bs.module "./MyBannerWrapper.gen"] /* This must always be the name of the current module. */
9+
[@bs.module "./ImportMyBanner.gen"] /* This must always be the name of the current module. */
1010
/* The make function will be automatically generated from the types below. */
1111
external make:
1212
(~show: bool, ~message: option(message)=?, 'a) =>

0 commit comments

Comments
 (0)