Skip to content

Commit

Permalink
made a minor change in app.js and resolved the cli issue
Browse files Browse the repository at this point in the history
Signed-off-by: Neel Mishra <[email protected]>
  • Loading branch information
Neel-07 committed Oct 2, 2023
1 parent 82a6218 commit 162887e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import ARVR from "./Pages/AllResources/ARVR";
import Programs from "./Pages/Programs/Programs";
import AIML from "./Pages/AllResources/AIML";
import { DevOps } from "./Pages/AllResources/Devops";
import { Blockchain } from "./Pages/AllResources/Blockchain";
import Blockchain from "./Pages/AllResources/Blockchain";
import { FrontEndFramework } from "./Pages/AllResources/webALL/frontend-framework";

const Container = styled.div`
Expand Down

0 comments on commit 162887e

Please sign in to comment.