Skeleton: Add page titles
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 26s

This commit is contained in:
2025-02-05 22:33:07 +01:00
parent 5f43c9ac52
commit 685a30b9a9
11 changed files with 41 additions and 3 deletions

View File

@ -38,4 +38,8 @@
};
</script>
<svelte:head>
<title>Formula 11 - Users</title>
</svelte:head>
<Table data={data.users} columns={users_columns} handler={users_handler} />