Fix blogroll rendering

This commit is contained in:
2024-02-11 14:46:16 +11:00
parent 0bafc3722a
commit 6924ccd271
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ require "httparty"
require "dry-monads"
require "dry-matcher"
require "dry/matcher/result_matcher"
require "time_math"
module Adamantium
class Action < Hanami::Action

View File

@@ -2,6 +2,8 @@ module Adamantium
module Views
module Blogroll
class List < Adamantium::View
config.layout = false
include Deps[blogroll_list: "queries.blogroll.index"]
expose :blogroll do |blogroll_result|