Skip to content

Commit

Permalink
Unncessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
exoup committed Apr 1, 2024
1 parent 6fc6571 commit db5c3e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 69 deletions.
2 changes: 1 addition & 1 deletion src/context/ThemeContext.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const useTheme = () => {

if (context === undefined) {
throw new Error('useTheme must be used within a ThemeProvider')
};
}

return context
};
Expand Down
68 changes: 0 additions & 68 deletions src/context/classOptions.js

This file was deleted.

0 comments on commit db5c3e2

Please sign in to comment.