aboutsummaryrefslogtreecommitdiffstats
path: root/apps/index.js
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2021-09-12 23:11:25 +0200
committerGravatar piotrruss <mail@pruss.it> 2021-09-12 23:11:25 +0200
commit16dab011c575eaf96630cab406ec2d8086403d0b (patch)
treeaf53af45b8cb52317cef3d4d59216b1c58d8d8ff /apps/index.js
parentd79f4c0bf3dae76eaae0d36469f5b279272d6944 (diff)
downloadmy_apps-16dab011c575eaf96630cab406ec2d8086403d0b.tar.gz
my_apps-16dab011c575eaf96630cab406ec2d8086403d0b.tar.bz2
my_apps-16dab011c575eaf96630cab406ec2d8086403d0b.zip
added youtube & player apps
Diffstat (limited to 'apps/index.js')
-rw-r--r--apps/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/index.js b/apps/index.js
index 6e264fd..465761b 100644
--- a/apps/index.js
+++ b/apps/index.js
@@ -1,2 +1,4 @@
export { default as Notes } from './Notes'
+export { default as Player } from './Player'
export { default as Settings } from './Settings'
+export { default as Youtube } from './Youtube'