Skip to content

Commit 87f0ae0

Browse files
committed
meh
1 parent f387cea commit 87f0ae0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/index.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import * as lucid from '@onenexus/lucid/src';
1+
// import * as lucid from '@onenexus/lucid/src';
2+
import * as lucid from '../../../Lucid/Lucid/src';
23
import Container from './Container';
34
import deepextend from './deepMergeObjects';
45

@@ -21,7 +22,7 @@ const {
2122
useTheme,
2223
useConfig,
2324
useUtils,
24-
evalTheme
25+
evalTheme,
2526
} = Synergy;
2627

2728
export {
@@ -61,7 +62,7 @@ function init({ modules, options = {}, theme = {}, utils, callback }) {
6162
Group,
6263
Component,
6364
SubComponent,
64-
Provider
65+
Provider,
6566
});
6667
}
6768

0 commit comments

Comments
 (0)