Skip to content

Commit

Permalink
refactor: remove unused useEffect in env.config.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim committed Aug 27, 2024
1 parent 392966d commit fc2d66b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorindigo/templates/indigo/env.config.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect } from 'react';
import React from 'react';

import Footer from '@edly-io/indigo-frontend-component-footer';
import { DIRECT_PLUGIN, PLUGIN_OPERATIONS } from '@openedx/frontend-plugin-framework';
Expand All @@ -24,4 +24,4 @@ const config = {
},
};

export default config;
export default config;

0 comments on commit fc2d66b

Please sign in to comment.