// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Locks rendering render with Props 1`] = `
You can find resource locks on this page. Exclusive lock marked with locked icon means that no other task can use locked resource while this task is running. Non-exclusive lock marked with unlocked icon means other tasks can access the resource freely, it is only used to indicate the relation of this task with the resource User id:4
User id:2
`; exports[`Locks rendering render without Props 1`] = `
You can find resource locks on this page. Exclusive lock marked with locked icon means that no other task can use locked resource while this task is running. Non-exclusive lock marked with unlocked icon means other tasks can access the resource freely, it is only used to indicate the relation of this task with the resource
`;