Bachelorthesis_Code/frontend/src/components/BehaviorStudyEnd.js

13 lines
166 B
JavaScript

import React from "react";
import "../App.css";
export default function BehaviorStudyEnd() {
return (
<>
<p>
Merci :-)
</p>
</>
);
}