💕😁
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
import { User } from '../../types'
|
||||
|
||||
export const mockUser: User = {
|
||||
id: '4242-4242-4242-4242',
|
||||
username: 'TestUser42',
|
||||
email: 'testuser@email.com',
|
||||
}
|
12
frontend/src/api/data/users.ts
Normal file
12
frontend/src/api/data/users.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import { DataBuddy } from '@dank-inc/data-buddy'
|
||||
import { User } from '../../types'
|
||||
|
||||
const userRecords: User[] = [
|
||||
{
|
||||
id: '42',
|
||||
username: 'TestUser42',
|
||||
email: 'testuser@email.com',
|
||||
},
|
||||
]
|
||||
|
||||
export const users = new DataBuddy(userRecords)
|
Reference in New Issue
Block a user