stuff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { dogs } from '@/data/dog'
|
||||
import { birds } from '@/data/bird'
|
||||
import { Feature } from '@/modules/feature/feature'
|
||||
|
||||
export const features: Feature[] = dogs.map((name) => ({
|
||||
export const features: Feature[] = birds.map((name) => ({
|
||||
name,
|
||||
complexity: Math.floor(Math.random() * 6),
|
||||
leadTime: 0,
|
||||
|
||||
Reference in New Issue
Block a user