Explorar el Código

Move Page to a directory

jherve hace 1 año
padre
commit
72ff0d9f4f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/Content.purs
  2. 1 1
      src/LinkedIn/SkillsPage.purs

+ 1 - 1
src/Content.purs

@@ -20,7 +20,7 @@ import LinkedIn.Profile.Project as PP
 import LinkedIn.Profile.Skill as PS
 import LinkedIn.Profile.WorkExperience as PWE
 import LinkedIn.QueryRunner (runQuery)
-import LinkedIn.SkillsPage (SkillsPage(..), querySkillsPage)
+import LinkedIn.Page.Skills (SkillsPage(..), querySkillsPage)
 import Yoga.Tree (Tree, showTree)
 
 main :: Effect Unit

+ 1 - 1
src/LinkedIn/SkillsPage.purs

@@ -1,4 +1,4 @@
-module LinkedIn.SkillsPage where
+module LinkedIn.Page.Skills where
 
 import Prelude