Skip to content

Commit

Permalink
update file name for sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
ZHallen122 committed Jan 10, 2025
1 parent 33f22d5 commit 01bfedf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/build-system/hanlder-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BuildHandler } from './types';
import { PRDHandler } from './handlers/product-manager/product-requirements-document/prd';
import { UXSitemapStructureHandler } from './handlers/ux/sitemap-structure';
import { UXDatamapHandler } from './handlers/ux/datamap';
import { UXSMDHandler } from './handlers/ux/sitemap-document/uxsmd';
import { UXSMDHandler } from './handlers/ux/sitemap-document';
import { FileStructureHandler } from './handlers/file-manager/file-structure';
import { FileArchGenerateHandler } from './handlers/file-manager/file-arch';
import { BackendCodeHandler } from './handlers/backend/code-generate';
Expand Down

0 comments on commit 01bfedf

Please sign in to comment.