mirror of
https://github.com/Alamantus/Lexiconga.git
synced 2025-04-30 15:23:11 +02:00
Move Updater class to managers
This commit is contained in:
parent
0be726aee4
commit
173bc48eee
2 changed files with 2 additions and 3 deletions
|
@ -5,8 +5,7 @@ import Inferno from 'inferno';
|
|||
import Component from 'inferno-component';
|
||||
|
||||
import dictionary from './managers/DictionaryData';
|
||||
|
||||
import { Updater } from './Updater';
|
||||
import { Updater } from './managers/Updater';
|
||||
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
require('inferno-devtools');
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import helper from './Helper';
|
||||
import helper from '../Helper';
|
||||
|
||||
export class Updater {
|
||||
constructor (appWithDictionaryState, dictionary) {
|
Loading…
Add table
Reference in a new issue