0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 17:52:47 +00:00

"Removed unused imports of 'classnames' and 'create-react-class' from various JSX files. in the Client folder"

This commit is contained in:
Víctor Losada Hernández
2024-05-17 22:31:55 +02:00
parent aef6605225
commit 92e27cda6c
14 changed files with 0 additions and 17 deletions

View File

@@ -2,7 +2,6 @@ require('./notificationPopup.less');
const React = require('react');
const createClass = require('create-react-class');
const _ = require('lodash');
const cx = require('classnames'); //Unused variable
const DISMISS_KEY = 'dismiss_notification12-04-23';