0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 04:12:47 +00:00

Merge branch 'master' into addGoogleRefreshInfoToErrorPage-#3955

This commit is contained in:
Trevor Buckner
2024-12-22 22:30:04 -05:00
committed by GitHub
4 changed files with 19 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
//╔===--------------- Polyfills --------------===╗//
import 'core-js/es/string/to-well-formed.js';
//╚===--------------- ---------------===╝//
require('./homebrew.less');
const React = require('react');
const createClass = require('create-react-class');