Skip to content

./src/App.js Module not found: Can't resolve './components/KYCContainer' in '/home/ec2-user/environment/kyc-app/src' #11610

Open
@Tahmidaa

Description

@Tahmidaa

Hello, i keep getting this error, i have tried reinstalling npm but nothing is working.

BBB

This is my code for ./src/App.js

import React from 'react';
import { withAuthenticator} from '@aws-amplify/ui-react';

import './App.css';

import Amplify from 'aws-amplify';
import awsconfig from './aws-exports';
import KYCContainer from './components/KYCContainer'

Amplify.configure(awsconfig);

function App() {
return (




);
}

export default withAuthenticator(App);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions