mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-26 23:12:34 +03:00
test section added
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
"autoprefixer": "^10.3.1",
|
||||
"postcss": "^8.3.6",
|
||||
"postcss-load-config": "^3.1.0",
|
||||
"prettier": "^2.3.2",
|
||||
"prettier-plugin-svelte": "^2.3.1",
|
||||
"rollup": "^2.3.4",
|
||||
"rollup-plugin-css-only": "^3.1.0",
|
||||
"rollup-plugin-livereload": "^2.0.0",
|
||||
@@ -21,8 +23,6 @@
|
||||
"svelte": "^3.0.0",
|
||||
"svelte-preprocess": "^4.7.4",
|
||||
"tailwindcss": "^2.2.7",
|
||||
"prettier": "^2.3.2",
|
||||
"prettier-plugin-svelte": "^2.3.1",
|
||||
"tinro": "^0.5.12"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -36,6 +36,9 @@
|
||||
<li>
|
||||
<a class="menu__item" href="/about">{"О проекте"}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="menu__item" href="/test">{"Test"}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
@@ -136,6 +139,11 @@
|
||||
</div>
|
||||
</Card>
|
||||
</Route>
|
||||
|
||||
<Route path="/test">
|
||||
<Card title="Test section" />
|
||||
</Route>
|
||||
|
||||
</div>
|
||||
</ul>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user