mirror of
https://github.com/aljazceru/landscape-template.git
synced 2026-01-30 11:44:30 +01:00
feat: update roles card, mocks, schema, stories
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { hackathons } from "./data/hackathon";
|
||||
import { posts, feed, generatePostComments } from "./data/posts";
|
||||
import { categories, projects } from "./data/projects";
|
||||
import { user } from "./data/users";
|
||||
import { allMakersRoles, allMakersSkills, user } from "./data/users";
|
||||
|
||||
export const MOCK_DATA = {
|
||||
projects,
|
||||
@@ -10,5 +10,7 @@ export const MOCK_DATA = {
|
||||
feed,
|
||||
hackathons,
|
||||
generatePostComments: generatePostComments,
|
||||
user: user
|
||||
user: user,
|
||||
allMakersRoles: allMakersRoles,
|
||||
allMakersSkills: allMakersSkills,
|
||||
}
|
||||
Reference in New Issue
Block a user