@uniweb/core 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/index.js +0 -4
- package/src/input.js +0 -15
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -12,11 +12,7 @@ export { Uniweb }
|
|
|
12
12
|
export { default as Website } from './website.js'
|
|
13
13
|
export { default as Page } from './page.js'
|
|
14
14
|
export { default as Block } from './block.js'
|
|
15
|
-
export { default as Input } from './input.js'
|
|
16
|
-
export { default as Analytics } from './analytics.js'
|
|
17
15
|
export { default as Theme } from './theme.js'
|
|
18
|
-
export { default as DataStore } from './datastore.js'
|
|
19
|
-
export { default as EntityStore } from './entity-store.js'
|
|
20
16
|
|
|
21
17
|
/**
|
|
22
18
|
* The singleton Uniweb instance.
|