Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
UniqueClone committed Jan 12, 2024
1 parent f4d4ec4 commit dc34484
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ p {
}

.input-label {
/* flex: 1; */
display: flex;
flex-direction: column;
align-items: center;
Expand All @@ -74,7 +73,6 @@ p {

input {
display: flex;
/* flex: 2; */
/*
align-items: center; */
margin: 10px;
Expand Down
3 changes: 0 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { useState } from "react";
import "./App.css";
import { Generator } from "./pdf-generator/Generator";
// import { Form } from "./pdf-generator/Form";
import { getDefaultGoals } from "./pdf-generator/GeneratorUtils";

function App() {
Expand All @@ -15,8 +14,6 @@ function App() {
setGoals(currentGoals);
};

// Form();

return (
<div className="App">
<body>
Expand Down

0 comments on commit dc34484

Please sign in to comment.