Removed useless files

This commit is contained in:
Alexey Safronov 2019-05-21 16:33:36 +03:00
parent 9e7ef726cc
commit 7a0248e430
2 changed files with 0 additions and 15 deletions

View File

@ -1,8 +0,0 @@
/* add css styles here (optional) */
.test {
display: inline-block;
margin: 2em auto;
border: 2px solid #000;
font-size: 2em;
}

View File

@ -1,7 +0,0 @@
import ExampleComponent from './'
describe('ExampleComponent', () => {
it('is truthy', () => {
expect(ExampleComponent).toBeTruthy()
})
})