Files
todo-app-web/dist/index.html
Hammer 5a4d7e0ba9
Some checks failed
CI/CD / test (push) Successful in 47s
CI/CD / deploy (push) Failing after 3s
fix: resolve ESLint errors for CI
- Remove unused imports (Flag, Tag, Hash, User, FolderPlus, Check, Plus, Link, cn, formatDate, getPriorityLabel)
- Remove unused variable (inbox in Sidebar)
- Fix empty catch block with comment
- Replace any types with proper Mock/Record types in tests
- Suppress set-state-in-effect for intentional form state sync
- Remove unused get parameter from zustand store
2026-01-30 03:00:17 +00:00

16 lines
539 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Todo App - Task management made simple" />
<title>Todo App</title>
<script type="module" crossorigin src="/assets/index-BJQCGGBb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-C44jgAFE.css">
</head>
<body>
<div id="root"></div>
</body>
</html>