From f45a55fb2e5449967d85416a84e99ab98b75a669 Mon Sep 17 00:00:00 2001 From: vgcman16 <155417613+vgcman16@users.noreply.github.com> Date: Thu, 5 Jun 2025 21:15:24 -0500 Subject: [PATCH] fix: clean up update-imports script --- scripts/update-imports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'