feat: add team leader view

This commit is contained in:
Julien Calixte
2025-04-07 16:05:37 +02:00
parent cabc887814
commit 3ba9a023b4
2 changed files with 175 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ export default defineConfig({
input: {
index: 'index.html',
'pull-system': 'pull-system.html',
'team-leader': 'team-leader.html',
'5s': '5s.html'
}
}