-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
It seems the require order is not quite the same. I needed to make the following change in order to get to compiling:
+require "./pages/main_layout"
require "./pages/**Else I was getting an
Error in src/pages/blog/archive.cr:1: undefined constant MainLayout
class Blog::ArchivePage < MainLayoutI have no idea how to debug this, any tips?
Metadata
Metadata
Assignees
Labels
No labels