From 8707de7124ea0f7768f81993b9ca1dd93431fb34 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sat, 30 May 2020 13:54:53 +0200 Subject: [PATCH] Move bookPlayer to plugins folder --- src/{components => plugins}/bookPlayer/plugin.js | 0 src/{components => plugins}/bookPlayer/style.css | 0 src/{components => plugins}/bookPlayer/tableOfContent.js | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/{components => plugins}/bookPlayer/plugin.js (100%) rename src/{components => plugins}/bookPlayer/style.css (100%) rename src/{components => plugins}/bookPlayer/tableOfContent.js (100%) diff --git a/src/components/bookPlayer/plugin.js b/src/plugins/bookPlayer/plugin.js similarity index 100% rename from src/components/bookPlayer/plugin.js rename to src/plugins/bookPlayer/plugin.js diff --git a/src/components/bookPlayer/style.css b/src/plugins/bookPlayer/style.css similarity index 100% rename from src/components/bookPlayer/style.css rename to src/plugins/bookPlayer/style.css diff --git a/src/components/bookPlayer/tableOfContent.js b/src/plugins/bookPlayer/tableOfContent.js similarity index 100% rename from src/components/bookPlayer/tableOfContent.js rename to src/plugins/bookPlayer/tableOfContent.js