import React from 'react' import {Row, Col} from 'react-bootstrap'; export default function About() { return ( <>

About

This is the frontend for the SmartGarden project in Embedded Systems.
Created by Timo Volkmann, Andrés Uribe Stengel, Sebastian Herzog and Maximilian Seyfried
) }