diff options
| author | arngo <[email protected]> | 2021-12-22 17:03:17 -0500 |
|---|---|---|
| committer | arngo <[email protected]> | 2021-12-22 17:03:17 -0500 |
| commit | b567c7ceb887a8da73a8e2c1015a7638ca1f8fad (patch) | |
| tree | 0d4a4539460e4cd5b4e294e7c1f58989e0b4d92e /app/components | |
| parent | 51fa40d59c7face1a7bf21ebc83e8df0f18ac09b (diff) | |
| download | SteelWings-b567c7ceb887a8da73a8e2c1015a7638ca1f8fad.tar.gz SteelWings-b567c7ceb887a8da73a8e2c1015a7638ca1f8fad.zip | |
rename title component to singleton and set it up in the right place
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/singleton_title.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/singleton_title.rb b/app/components/singleton_title.rb new file mode 100644 index 0000000..c2fd410 --- /dev/null +++ b/app/components/singleton_title.rb @@ -0,0 +1,2 @@ +FF::Cmp.new('SingletonTitle', singleton: true) +FF::Cmp::SingletonTitle.new |
