0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 08:12:42 +00:00
This commit is contained in:
Trevor Buckner
2025-02-19 13:44:28 -05:00
parent f421ce1d93
commit b36376f9e8

View File

@@ -3,7 +3,6 @@ require('./headerNav.less');
import * as React from 'react'; import * as React from 'react';
import * as _ from 'lodash'; import * as _ from 'lodash';
const MAX_TEXT_LENGTH = 40; const MAX_TEXT_LENGTH = 40;
const HeaderNav = React.forwardRef(({}, pagesRef)=>{ const HeaderNav = React.forwardRef(({}, pagesRef)=>{