Skip to content

Commit

Permalink
fixed es-lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin authored and Sachin committed Mar 31, 2024
1 parent 9dfd4df commit 62f6440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui-fundamentals/src/context/DarkModeContext.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react-refresh/only-export-components */
// eslint-disable-next-line no-unused-vars
import React, { createContext, useState, useEffect, useContext } from 'react';
import PropTypes from 'prop-types';
Expand Down

0 comments on commit 62f6440

Please sign in to comment.