0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-08-06 06:47:38 +00:00

Add @components aliases to vite config

And update all the files to point to that directory to use the alias.
This commit is contained in:
Gazook89
2026-07-11 17:41:49 -05:00
parent 5bd3b81099
commit fd6fd98fdc
18 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import createReactClass from 'create-react-class';
import _ from 'lodash';
import cx from 'classnames';
import NaturalCritIcon from '../../components/svg/naturalcrit-d20.svg.jsx';
import NaturalCritIcon from '@components/svg/naturalcrit-d20.svg.jsx';
const Nav = {
base : createReactClass({