summaryrefslogtreecommitdiff
path: root/src/views/_sila/Fans/Static/index.js
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-07-19 18:39:57 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-07-19 18:44:00 +0300
commit61657800f556ebbb1e6041d5d85a99368b73ff3b (patch)
tree618aec32ac4c3b3c0485d195bd87c83633047f06 /src/views/_sila/Fans/Static/index.js
parentf8fcf3957a749b349a33bae2691bca2883a981c3 (diff)
downloadwebui-vue-61657800f556ebbb1e6041d5d85a99368b73ff3b.tar.xz
SILABMC-52 Add page Fans Static, Fans Store, tab Fans
Diffstat (limited to 'src/views/_sila/Fans/Static/index.js')
-rw-r--r--src/views/_sila/Fans/Static/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/_sila/Fans/Static/index.js b/src/views/_sila/Fans/Static/index.js
new file mode 100644
index 00000000..9a5d913d
--- /dev/null
+++ b/src/views/_sila/Fans/Static/index.js
@@ -0,0 +1,2 @@
+import FansStaticPage from './FansStaticPage.vue';
+export default FansStaticPage;