Merge pull request #30 from vgcman16/codex/update-import-script-and-remove-text

Fix update-imports script newline
This commit is contained in:
vgcman16 2025-06-05 21:15:35 -05:00 committed by GitHub
commit 84097cb0e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,4 +4,4 @@
find app -type f -name "*.ts" -o -name "*.tsx" | xargs sed -i '' 's|~/components/settings/settings.types|~/components/@settings/core/types|g'
# Update imports for specific components
find app -type f -name "*.ts" -o -name "*.tsx" | xargs sed -i '' 's|~/components/settings/|~/components/@settings/tabs/|g'
find app -type f -name "*.ts" -o -name "*.tsx" | xargs sed -i '' 's|~/components/settings/|~/components/@settings/tabs/|g'