commit | c86e44ba8d165c70b41860ba024c16a7f66ef181 | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Tue Feb 28 17:30:57 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Tue Feb 28 17:30:57 2023 -0500 |
tree | f08473a6962e1953651d2e020ad724ec3dbdfe4a | |
parent | f5dd187bbe93dc82cfd790ebd291061cd3eaf8b8 [diff] [blame] |
started work on good components for transcripts
diff --git a/Components/Transcripts/Embed.js b/Components/Transcripts/Embed.js new file mode 100644 index 0000000..84d1c32 --- /dev/null +++ b/Components/Transcripts/Embed.js
@@ -0,0 +1,7 @@ +import { Component } from "react"; + +class Embed extends Component { + +} + +export default Embed; \ No newline at end of file