Skip to content

Commit

Permalink
#SH-41 -(JSX)-Change import of resources #41
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjguru committed Jul 27, 2022
1 parent 36bb2f2 commit 03b4166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_react/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import './styles/index.css';
import App from './components/App/App';
import { App } from './components/App/App';
import {
ApolloProvider,
ApolloClient,
Expand Down

0 comments on commit 03b4166

Please sign in to comment.