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*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
yarn.lock
|
||||
package-lock.json
|
||||
src/**/*.css
|
||||
|
@ -1,11 +1,9 @@
|
||||
import React from 'react'
|
||||
|
||||
const Start = () => (
|
||||
<main className="screen screen--start">
|
||||
|
||||
|
||||
const Home = () => (
|
||||
<main className="screen screen--home">
|
||||
|
||||
</main>
|
||||
)
|
||||
|
||||
export default Start
|
||||
export default Home
|
||||
|
Loading…
Reference in New Issue
Block a user