Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickolausen committed Sep 30, 2024
1 parent 9f7e1c2 commit adf4d59
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/pages/InitialScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
// import profile_picture from '../assets/media/profile.jpg'
import { useState } from 'react'
import Button from '../components/Button'

function InitialScreen() {

const [isCVLoaded, setIsCVLoaded] = useState(true)

setIsCVLoaded(true)

let isCVLoaded = true
return (
<>
<div className='flex flex-col justify-center items-center'>
Expand Down

0 comments on commit adf4d59

Please sign in to comment.