This commit is contained in:
Elijah Lucian
2021-04-11 14:42:56 -07:00
parent a891fa6a50
commit 0185aa5eec
10 changed files with 22 additions and 48 deletions

View File

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