diff --git a/scripts/update-imports.sh b/scripts/update-imports.sh index 0d64317e..d81ae768 100755 --- a/scripts/update-imports.sh +++ b/scripts/update-imports.sh @@ -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' \ No newline at end of file +find app -type f -name "*.ts" -o -name "*.tsx" | xargs sed -i '' 's|~/components/settings/|~/components/@settings/tabs/|g'