Added component
This commit is contained in:
parent
face6b7534
commit
93904b6433
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
import Layout from '../layouts/Layout.astro'
|
import Layout from '../layouts/Layout.astro'
|
||||||
// import PasswordManagerComponent from '../components/PageComponents/Password-Manager/PasswordManagerComponent.tsx'
|
import TextComparisonComponent from '../components/PageComponents/Text-Comparison/TextComparisonComponent.tsx'
|
||||||
import PageTitle from '../components/PageTitle/PageTitle.tsx'
|
import PageTitle from '../components/PageTitle/PageTitle.tsx'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -9,7 +9,7 @@ import PageTitle from '../components/PageTitle/PageTitle.tsx'
|
||||||
<PageTitle title="Text Comparison" description="Compare text side by side to detect changes easily." />
|
<PageTitle title="Text Comparison" description="Compare text side by side to detect changes easily." />
|
||||||
|
|
||||||
<section class="content">
|
<section class="content">
|
||||||
<!-- <PasswordManagerComponent client:visible /> -->
|
<TextComparisonComponent client:visible />
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue