This commit is contained in:
Elijah Lucian
2021-04-11 16:51:24 -07:00
parent 69a7dd3816
commit 46e58722d6
6 changed files with 46 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
import { User } from '../../types'
export const mockUser: User = {
username: 'TestUser42',
id: '4242-4242-4242-4242',
username: 'TestUser42',
email: 'testuser@email.com',
}