fix: pages dir in root

This commit is contained in:
Dmitriy Bratchikov
2024-05-27 17:18:49 +07:00
parent 68ad953071
commit 2ddf1acbfd
10 changed files with 29 additions and 17 deletions
@@ -16,8 +16,8 @@ const HomePage = () => {
</Link>
</p>
<pre className={cls.hint} data-testid="hint-code">
You can edit <span className={cls.path}>src/pagesLayer/HomePage</span>{" "}
to start {"<3"}!<br />
You can edit <span className={cls.path}>src/pages/HomePage</span> to
start {"<3"}!<br />
<small className={cls.testHint}>
You can also test your application using Jest :D. Try it!
</small>