@ludo.ninja/components 1.2.4 → 1.2.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
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { default as Content } from './Content';
|
|
2
|
+
export { default as Head } from './Head';
|
|
3
|
+
export { default as Headicons } from './Headicons';
|
|
4
|
+
export { default as Image } from './Image';
|
|
5
|
+
export { default as Likes } from './Likes';
|
|
6
|
+
export { default as MultiHead } from './MultiHead';
|
|
7
|
+
export { default as Video } from './Video';
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|