diff --git a/.ralph/ralph-loop.state.json b/.ralph/ralph-loop.state.json index 925cac0..761638e 100644 --- a/.ralph/ralph-loop.state.json +++ b/.ralph/ralph-loop.state.json @@ -1,6 +1,6 @@ { "active": true, - "iteration": 8, + "iteration": 9, "minIterations": 1, "maxIterations": 0, "completionPromise": "COMPLETE", diff --git a/src/App.tsx b/src/App.tsx index 11b29d2..b8a4966 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,6 +9,7 @@ import { Experience } from './components/Experience' import { Education } from './components/Education' import { Projects } from './components/Projects' import { Contact } from './components/Contact' +import { Footer } from './components/Footer' function App() { const [phase, setPhase] = useState('boot') @@ -39,6 +40,7 @@ function App() { +