0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 11:52:46 +00:00

Merge branch 'master' into fixUserPageLinks-#807

This commit is contained in:
Trevor Buckner
2025-11-14 17:19:45 -05:00
committed by GitHub
94 changed files with 4573 additions and 2232 deletions

View File

@@ -1,6 +1,6 @@
const React = require('react');
const createClass = require('create-react-class');
const Nav = require('naturalcrit/nav/nav.jsx');
const Nav = require('client/homebrew/navbar/nav.jsx');
const request = require('superagent');
const Account = createClass({