mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo.git
synced 2026-09-21 16:52:01 -07:00
13 lines
212 B
JavaScript
13 lines
212 B
JavaScript
/*
|
|
This is a placeholder View
|
|
*/
|
|
|
|
// Local libraries
|
|
import PlaceholderView from './placeholder-view'
|
|
|
|
function Placeholder3 (props) {
|
|
return <PlaceholderView viewNumber={3} />
|
|
}
|
|
|
|
export default Placeholder3
|