class Layout::NotificationItemComponent < ApplicationComponent attr_reader :user def initialize(user) @user = user end end