mirror of
https://github.com/bendtherules/responsive-code-splitting.git
synced 2026-08-18 13:53:45 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
|
||||
const NarrowComponent = () => (
|
||||
<div>
|
||||
On Potrait Mode
|
||||
</div>
|
||||
);
|
||||
|
||||
export default NarrowComponent;
|
||||
Reference in New Issue
Block a user