Skip to content
Snippets Groups Projects
Commit c01ac117 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

merge fix

parent 928c6ce9
Branches
No related tags found
Loading
......@@ -4,6 +4,7 @@ import Main from './Main';
import Footer from './Footer';
const App = () => (
<div style={{ minHeight: '100%', position: 'relative' }}>
<header id='header' >
......
import React, { Component } from 'react';
import { Container, Header, Segment, Divider } from 'semantic-ui-react';
import { Container, Header, Segment } from 'semantic-ui-react';
import './Groups.css';
import GroupCard from '../extra/GroupCard'
......@@ -46,4 +46,3 @@ class Groups extends Component {
const mapStateToProps = ({ groups }) => ({ groups });
export default connect(mapStateToProps, { getGroups })(Groups);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment