Skip to content

Commit e0a9cd2

Browse files
committed
chore: provide @lwc/ssr-client-utils/register import
1 parent 213c0c8 commit e0a9cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@lwc/ssr-client-utils/src/register.ts renamed to packages/@lwc/ssr-client-utils/register.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
66
*/
77

8-
import { registerLwcStyleComponent } from './index';
8+
import { registerLwcStyleComponent } from './dist/index';
99

1010
registerLwcStyleComponent();

0 commit comments

Comments
 (0)