Skip to content

Commit f7bb53c

Browse files
committed
Remove superclass declaration
1 parent 992ad07 commit f7bb53c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/flowbite/breadcrumb/home_icon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Flowbite
4-
class Breadcrumb < ViewComponent::Base
4+
class Breadcrumb
55
# Renders a breadcrumb home icon.
66
#
77
# This is typically used as a prefix icon in the first breadcrumb item,

app/components/flowbite/breadcrumb/separator_icon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
module Flowbite
4-
class Breadcrumb < ViewComponent::Base
4+
class Breadcrumb
55
# Renders a breadcrumb separator icon.
66
#
77
# This is automatically used by BreadcrumbItem components, but can be

0 commit comments

Comments
 (0)