| export const userState = { | |
| currentUser: { | |
| id: 12345678, | |
| capabilities: {}, | |
| }, | |
| users: { | |
| items: { | |
| 12345678: { | |
| primary_blog: 2916288, | |
| }, | |
| }, | |
| }, | |
| }; | |
| export const userState = { | |
| currentUser: { | |
| id: 12345678, | |
| capabilities: {}, | |
| }, | |
| users: { | |
| items: { | |
| 12345678: { | |
| primary_blog: 2916288, | |
| }, | |
| }, | |
| }, | |
| }; | |