mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
20 lines
157 B
JavaScript
20 lines
157 B
JavaScript
const styles = {
|
|
outer: {
|
|
|
|
},
|
|
|
|
navigation: {
|
|
|
|
},
|
|
|
|
serverCard: {
|
|
},
|
|
|
|
userCard: {
|
|
|
|
},
|
|
|
|
card: {}
|
|
}
|
|
|
|
module.exports = styles
|