parent
51a2a0425f
commit
534dd8ba54
@ -0,0 +1,11 @@ |
|||||||
|
import React, { Component } from 'react'; |
||||||
|
|
||||||
|
function TestPanel() { |
||||||
|
return ( //Futasuke is a genius
|
||||||
|
|
||||||
|
<div>Twitch prime is a free sub every month. Don't waste it!!</div> |
||||||
|
|
||||||
|
) |
||||||
|
} |
||||||
|
|
||||||
|
export default TestPanel; |
Loading…
Reference in new issue