mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-23 02:16:08 +00:00
fix: clean up update-imports script
This commit is contained in:
parent
10d192667a
commit
f45a55fb2e
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user