Skip to content

Commit

Permalink
Merge pull request #2418 from spryker/fix/oryx-boilerplate
Browse files Browse the repository at this point in the history
Actualized boilerplate: replaced root-app with oryx-app.
  • Loading branch information
andriitserkovnyi authored Jan 4, 2024
2 parents 534ed69 + 7d4f3f0 commit 2a12273
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ While `index.html` can have a few more details, the following is the required ba
```html
<html>
<body>
<root-app></root-app>
<oryx-app></oryx-app>
<script type="module" src="/app.ts"></script>
</body>
</html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ While `index.html` can have a few more details, the following is the required ba
```html
<html>
<body>
<root-app></root-app>
<oryx-app></oryx-app>
<script type="module" src="/app.ts"></script>
</body>
</html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ While `index.html` can have a few more details, the following is the required ba
```html
<html>
<body>
<root-app></root-app>
<oryx-app></oryx-app>
<script type="module" src="/app.ts"></script>
</body>
</html>
Expand Down

0 comments on commit 2a12273

Please sign in to comment.