0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 11:42:39 +00:00

change top level constants to all caps

Better matches style of top level constants elsewhere in repo
This commit is contained in:
Gazook89
2024-08-19 22:27:49 -05:00
parent 05dd5e4c04
commit 2f42c3f857

View File

@@ -3,8 +3,8 @@ const React = require('react');
const { useState, useEffect } = React;
const _ = require('lodash')
const maxZoom = 300;
const minZoom = 10;
const MAX_ZOOM = 300;
const MIN_ZOOM = 10;
const ToolBar = ({ onZoomChange, currentPage, onPageChange, totalPages })=>{
const [state, setState] = useState({