mirror of https://github.com/artf/grapesjs.git
4 changed files with 9 additions and 6 deletions
@ -0,0 +1,3 @@ |
|||
export default { |
|||
hello: 'Hello' |
|||
}; |
|||
@ -0,0 +1,5 @@ |
|||
import en from './en'; |
|||
|
|||
export default { |
|||
en |
|||
}; |
|||
@ -1,5 +0,0 @@ |
|||
export default { |
|||
en: { |
|||
hello: 'Hello' |
|||
} |
|||
}; |
|||
Loading…
Reference in new issue