0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-22 16:07:57 +00:00

lint client

This commit is contained in:
Víctor Losada Hernández
2026-01-21 16:17:11 +01:00
parent 3a6541269a
commit 4bf485b2e2
8 changed files with 18 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
import 'client/homebrew/navbar/navbar.less';
import React, { useState, useRef, useEffect} from 'react';
import React, { useState, useRef, useEffect } from 'react';
import createReactClass from 'create-react-class';
import _ from 'lodash';
import cx from 'classnames';