Default Calculator page

This commit is contained in:
Artur 2024-10-31 22:45:33 +01:00
parent 52e73d2ff1
commit 9aa7529863
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ export const routes: Routes = [
{
path: "",
title: "Środki trwałe",
component:FixedAssetComponent
component:AssetCalculatorComponent
},
{
path: "about-me",

View File

@ -9,7 +9,7 @@ import { AssetsContainer, Asset } from '../asset-calculator/assets/asset';
<div class="container">
<h2 class="text-center m-2">Lista środków trwałych( w toku )</h2>
<h2 class="text-center m-2">Lista środków trwałych( prace w toku )</h2>
<div class="table-responsive">
<table id="assets" class="table table-bordered">
<thead>