diff options
Diffstat (limited to 'src/components/features_panel/features_panel.js')
| -rw-r--r-- | src/components/features_panel/features_panel.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/features_panel/features_panel.js b/src/components/features_panel/features_panel.js new file mode 100644 index 00000000..19018fb4 --- /dev/null +++ b/src/components/features_panel/features_panel.js @@ -0,0 +1,6 @@ +const FeaturesPanel = { + computed: { + } +} + +export default FeaturesPanel |
