5 lines
189 B
TypeScript
5 lines
189 B
TypeScript
export function seedDefaults() {
|
|
// Per-user default categories are created on first login (Phase 16)
|
|
// The getOrCreateUncategorized helper in category.service.ts handles this lazily.
|
|
}
|