test
This commit is contained in:
parent
e578701252
commit
2f38c9602f
2 changed files with 6 additions and 1 deletions
5
.changeset/nervous-goats-kneel.md
Normal file
5
.changeset/nervous-goats-kneel.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"saleor-app-monitoring": minor
|
||||
---
|
||||
|
||||
Added "test" in app title
|
|
@ -25,7 +25,7 @@ const IndexPage: NextPage = () => {
|
|||
|
||||
return (
|
||||
<div>
|
||||
<h1>Saleor Monitoring</h1>
|
||||
<h1>Saleor Monitoring Test</h1>
|
||||
<p>Install App in Saleor to use it</p>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue