diff --git a/HSRTReport/HSRTReport.cls b/HSRTReport/HSRTReport.cls index d4a91ae..c89f5d5 100644 --- a/HSRTReport/HSRTReport.cls +++ b/HSRTReport/HSRTReport.cls @@ -56,13 +56,13 @@ % Package Imports % ============================================================================== % Load core packages first -\input{\classPath/Config/Imports/Core} +\input{\classPath/Imports/Core} % Document structure packages -\input{\classPath/Config/Imports/Document} +\input{\classPath/Imports/Document} % Content and typography packages -\input{\classPath/Config/Imports/Content} +\input{\classPath/Imports/Content} % Graphics and TikZ packages -\input{\classPath/Config/Imports/Graphics} +\input{\classPath/Imports/Graphics} % ============================================================================== % Module Includes diff --git a/HSRTReport/Config/Imports/Content.tex b/HSRTReport/Imports/Content.tex similarity index 100% rename from HSRTReport/Config/Imports/Content.tex rename to HSRTReport/Imports/Content.tex diff --git a/HSRTReport/Config/Imports/Core.tex b/HSRTReport/Imports/Core.tex similarity index 100% rename from HSRTReport/Config/Imports/Core.tex rename to HSRTReport/Imports/Core.tex diff --git a/HSRTReport/Config/Imports/Document.tex b/HSRTReport/Imports/Document.tex similarity index 100% rename from HSRTReport/Config/Imports/Document.tex rename to HSRTReport/Imports/Document.tex diff --git a/HSRTReport/Config/Imports/Graphics.tex b/HSRTReport/Imports/Graphics.tex similarity index 100% rename from HSRTReport/Config/Imports/Graphics.tex rename to HSRTReport/Imports/Graphics.tex