Skip to content

Commit

Permalink
fix some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceM committed Jun 7, 2020
1 parent 5fe5c19 commit 72455fc
Show file tree
Hide file tree
Showing 4 changed files with 1,188 additions and 153 deletions.
1,280 changes: 1,178 additions & 102 deletions dist/hBar.js

Large diffs are not rendered by default.

57 changes: 8 additions & 49 deletions dist/hBar.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/functions/init.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { themes } from '../config/styling';
import { themes } from '../banner/styling';
import { config } from '../config/config'
import { initNormalise } from "./normalise"

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { init } from './functions/init';
import { normaliser } from "./functions/normalise"
import { getElementOptions, isDismissed } from "./utils";
import Renderer from './functions/renderer';
import Banner from './functions/banner';
import Banner from './banner/banner';

/**
* Set all the configuration options for the hBar library
Expand Down

0 comments on commit 72455fc

Please sign in to comment.