import React from 'react'; import DetailsLayout from '../../layouts/DetailsLayout'; import Block from '../../placeholders/Block'; import BrowserFrame from '../../placeholders/BrowserFrame'; import Rectangle from '../../placeholders/Rectangle'; const Details = () => { return (
Try to scroll the main content to see the header sticks to the top of page.
} source={`
...
...
`} />
); }; export default Details;