- Added loader for spells list

This commit is contained in:
Alexis
2020-06-28 17:57:34 +02:00
parent 52a7348d7e
commit eadbaa53ac
6 changed files with 141 additions and 31 deletions

View File

@@ -0,0 +1,7 @@
import Navbar from './components/global/navbar/navbar'
import Loader from './components/global/loader'
export default [
Navbar,
Loader
]