Удаляем демо шаблон activation

This commit is contained in:
ErickSkrauch 2016-10-02 13:01:39 +03:00
parent 37bf0a087f
commit 4f31f90c8f
2 changed files with 0 additions and 12 deletions

View File

@ -1,9 +0,0 @@
export default function Activation() {
return (
<div>
Activated!
<br />
<img src={require('./images/kitty.jpg')} />
</div>
);
}

View File

@ -1,3 +0,0 @@
import Activation from './Activation';
export default Activation;