import React from 'react'; import styled from 'styled-components'; import classNames from 'classnames'; import { CLASSES } from 'common/classes'; import { Card } from 'components'; const BranchesContext = React.createContext(); /** * Branches data provider. */ function BranchesProvider({ ...props }) { // Provider state. const provider = {}; return (