Added routing and basic board component.
This commit is contained in:
@@ -15,3 +15,9 @@ export const GET_CURRENT_USER = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const GET_WHITE_BOARD_LEFT_SIDER_VISIBLE = gql`
|
||||
{
|
||||
whiteBoardLeftSiderVisible @client
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user