Add PIS Page

This commit is contained in:
2026-03-18 19:20:14 +00:00
parent 1165c02e26
commit 2f0a6b9646
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<script lang="ts">
</script>
<style>
</style>

5
src/routes/pis/+page.ts Normal file
View File

@@ -0,0 +1,5 @@
export const load = () => {
return {
title: 'PIS Codes'
};
};