summaryrefslogtreecommitdiffstats
path: root/lib/blink/component.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/blink/component.rb')
-rw-r--r--lib/blink/component.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/blink/component.rb b/lib/blink/component.rb
index bad1b0761..35a8d83d9 100644
--- a/lib/blink/component.rb
+++ b/lib/blink/component.rb
@@ -5,10 +5,10 @@
# the object allowing us to build complex structures
# this thing contains everything else, including itself
-require 'blink/interface'
+require 'blink/type'
module Blink
- class Component < Blink::Interface
+ class Component < Blink::Type
attr_accessor :name
@objects = Hash.new(nil)