Skip to content
Snippets Groups Projects
Commit baa7ef84 authored by Kathleen Susat's avatar Kathleen Susat
Browse files

upload text notebook

parent e885ffc6
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -2,6 +2,7 @@
import { useEffect } from "react";
import { useLocation } from "react-router-dom";
import { openFromOtherPage } from "../components/Buttons";
import H1 from "../components/headings";
export function Notebook() {
const location = useLocation();
......@@ -35,9 +36,14 @@ export function Notebook() {
<>
<div className="row mt-4">
<div className="col-lg-8">
<strong>
<h1> Ich bin ein Header! </h1>
</strong>
<i>
<p> Ich bin ein Paragraph. </p>
</i>
</div>
</div>
</>
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment