feat: add removable reference feature vertical slice

This commit is contained in:
donghyeon-ka
2026-07-26 14:56:34 +09:00
parent 980981bc86
commit c11be43f20
87 changed files with 1881 additions and 1114 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Link } from "react-router-dom";
import { routePath } from "../../contracts/routes.js";
import { routePath } from "../../features/installed-feature-contracts.js";
import { PageHeader } from "../components/page-header.jsx";
export default function NotFoundPage() {