bpms_site/.svn/pristine/1e/1ec01e3dfc0a9026595c858e4249c9b0c2cc2cdb.svn-base
2025-11-02 16:38:49 +03:30

6 lines
162 B
Plaintext

import { notFound } from "./not-found";
export default function NoopParallelRouteDefault() {
notFound();
}
//# sourceMappingURL=parallel-route-default.js.map