Commit ff88444d authored by baesangjune's avatar baesangjune
Browse files

.

parent 6d061a01
......@@ -8,6 +8,7 @@ import { useEffect } from "react";
import Card from "react-bootstrap/esm/Card";
import { Link, Redirect } from 'react-router-dom';
function Warning() {
const [data, setData] = useState({ name: "", })
const [courses, setCourses] = useState([{ name: "", description: "", code: "", }])
......@@ -47,6 +48,7 @@ function Warning() {
};
return (
<div>
{console.log("quiz=",quiz)}
<Container className="col-sm-6 col-md-5 col-lg-4 p-5">
<Form.Text className="text-muted">
<h1 className="text-center mt-1 pb-3 font-italic text-danger">Korea University</h1>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment