Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fakeprofilepage #39

Open
wants to merge 1 commit into
base: Slouis07-aboutuspagetrial
Choose a base branch
from

Conversation

Slouis07
Copy link
Collaborator

@Slouis07 Slouis07 commented Dec 1, 2023

fakeprofilepagewebimage I think this is supposed to be added but I'm still confused about how to go about it: import React from 'react'; import AboutUs from './Fakeprofile';

return (

{/* Other components or content */}
);

I think this is supposed to be added but I'm still confused about how to go about it:
import React from 'react';
import AboutUs from './Fakeprofile';


return (
  <div>
    {/* Other components or content */}
    <Fakeprofile />
  </div>
);
@ItsJonasL
Copy link
Collaborator

I am fairly certain that the fix is related to paths and exports in the proper files and in the proper file placement. Also if the export is the default you import it without curly braces and if it is named with curly braces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants