refactor: Cleanup test files and migrate Job Detail screen
- Delete ScreenJobCreate2.tsx and ScreenJobEdit2.tsx (test files) - Delete TestWrapper.tsx and TestKeyboardInput.tsx (test components) - Delete test pages (test-keyboard.tsx, test-keyboard-bug.tsx) - Update create.tsx to use ScreenJobCreate (not test version) - Update edit.tsx to use ScreenJobEdit (not test version) - Migrate Job Detail screen to NewWrapper_V2 - Remove TestWrapper from exports - Clean up imports Phase 1 cleanup completed! Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import { Job_ScreenEdit } from "@/screens/Job/ScreenJobEdit";
|
||||
import { Job_ScreenEdit2 } from "@/screens/Job/ScreenJobEdit2";
|
||||
|
||||
export default function JobEdit() {
|
||||
return (
|
||||
<>
|
||||
{/* <Job_ScreenEdit />; */}
|
||||
<Job_ScreenEdit2 />
|
||||
</>
|
||||
);
|
||||
return <Job_ScreenEdit />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user