Skip to content

Commit

Permalink
Remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
iaincollins committed Sep 5, 2024
1 parent 21c9756 commit 5caad2c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ export default () => {
})()
}, [])


const [backupData, setBackupData] = useState()

useEffect(() => {
(async () => {
//const res = await fetch(`${API_BASE_URL}/v1/backup`)
//setBackupData(await res.json())
})()
}, [])
return (
<Layout>
<div className='fx__fade-in'>
Expand Down

0 comments on commit 5caad2c

Please sign in to comment.