Skip to main content
Question

Need help moving a file into a different folder in the same project

  • April 25, 2026
  • 0 replies
  • 6 views

Kazuriah

I ran out of AI creds so I’m trying to replace the auto generated leaf icon with my company logo manually. Using the file browser i created a new file called DuritasIcon.tsx which imports the logo from Duritas_Logo-removebg.png, which i had no issue just dropping into the project. However when I try calling DuritasIcon.tsx from my navigation.tsx it cant find it because DuritasIcon.tsx isn’t in my src/app/components folder. I’ve trying dragging and dropping it with no luck, it just stays in root. Any tips on how i can move the file to the correct dir. Or alternatively anyone have a workaround for ussing my custom image?