0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-18 18:42:41 +00:00

Lint change double quotes into single quotes

This commit is contained in:
Charlie Humphreys
2021-12-15 23:58:49 -06:00
parent fd23396b95
commit 889d307372
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ const IssueNavItem = require('../../navbar/issue.navitem.jsx');
const SplitPane = require('naturalcrit/splitPane/splitPane.jsx');
const Editor = require('../../editor/editor.jsx');
const BrewRenderer = require('../../brewRenderer/brewRenderer.jsx');
const MigrateNavItem = require("../../navbar/migrate.navitem.jsx");
const MigrateNavItem = require('../../navbar/migrate.navitem.jsx');
const BREWKEY = 'homebrewery-new';
const STYLEKEY = 'homebrewery-new-style';