mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
ignore yarn.lock
This commit is contained in:
parent
5a9c553920
commit
40ea740f40
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,5 +19,6 @@
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
yarn.lock
|
||||||
package-lock.json
|
package-lock.json
|
||||||
src/**/*.css
|
src/**/*.css
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
import React from 'react'
|
import React from 'react'
|
||||||
|
|
||||||
const Start = () => (
|
const Home = () => (
|
||||||
<main className="screen screen--start">
|
<main className="screen screen--home">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
)
|
)
|
||||||
|
|
||||||
export default Start
|
export default Home
|
||||||
|
Loading…
Reference in New Issue
Block a user