Add blogroll

This commit is contained in:
2024-02-11 14:40:46 +11:00
parent d83dac92a5
commit 0bafc3722a
13 changed files with 188 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
module Adamantium
module Views
module Blogroll
class Index < Adamantium::View
end
end
end
end