Merge pull request #4 from Bouncey/chore/moveTemplates
Chore/move templates
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
b1cc6ff6cd
commit
b546d8ed92
@@ -0,0 +1,17 @@
|
||||
import React from 'react';
|
||||
|
||||
import './preview.css';
|
||||
|
||||
const mainId = 'fcc-main-frame';
|
||||
|
||||
export function Preview() {
|
||||
return (
|
||||
<div className='challenge-preview'>
|
||||
<iframe className={'challenge-preview-frame'} id={mainId} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Preview.displayName = 'Preview';
|
||||
|
||||
export default Preview;
|
Reference in New Issue
Block a user