-
Gareth Hughes authoredGareth Hughes authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CONCORDIA.js 280 B
import React from "react";
export default function CONCORDIA() {
return (
<div className="embed-responsive embed-responsive-16by9">
<iframe
title="concordia"
className="embed-responsive-item"
allowFullScreen
></iframe>
</div>
);
}