Skip to content

Commit 38633a6

Browse files
authored
docs(nextjs-app - template): import assets on client (#6460)
Closes #6458
1 parent 3195e44 commit 38633a6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'use client';
2+
3+
import '@ui5/webcomponents-react/dist/Assets';

templates/nextjs-app/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import './clientAssetsImport.ts';
12
import '@ui5/webcomponents-react/styles.css';
23
import './globals.css';
34
import { ThemeProvider } from '@ui5/webcomponents-react';

0 commit comments

Comments
 (0)