- Preserves extracted components: AppDrawer, InviteDrawer, RoleEditorDrawer - Preserves extracted SSR JSX scripts: AdminAppsScript, AdminInvitesScript, AdminRolesScript - Parks Phase 2 task spec in tasks/wip/ - Checkpoint preserved AS IS from session 3615485303186036917
2 lines
177 B
Bash
Executable File
2 lines
177 B
Bash
Executable File
sed -i '1s/^/import { AppDrawer } from ".\/admin\/drawers\/AppDrawer.tsx";\nimport { AdminAppsScript } from ".\/admin\/AdminAppsScript.tsx";\n/' ui/components/AdminAppsPage.tsx
|