UNPKG
unicorn-signup-component
Version:
latest (1.1.0)
1.1.0
1.0.0
Unicorn SignUp Component
unicorn-signup-component
/
index.js
8 lines
(5 loc)
•
131 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// Intent to be an access point to the module components
import
SignupComponent
from
'./signup.vue'
export
{
SignupComponent
}