Skip to content

Commit

Permalink
removed old files, and changed a component name
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Legacy committed Nov 5, 2023
1 parent 38a39fd commit 6886fd3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 49 deletions.
2 changes: 1 addition & 1 deletion components/ui/useCode/Stepper-Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import useStepperStore from "@/data-store/stepper-store";
import { StepOne } from "./StepOne";
import { StepTwo } from "./StepTwo";

export function StepperEmailForm() {
export function StepperForm() {
const { step } = useStepperStore();

if (step === 1) {
Expand Down
4 changes: 2 additions & 2 deletions components/ui/useCode/StepperCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {

import { Progress } from "@/components/ui/progress";
import useStepperStore from "@/data-store/stepper-store";
import { StepperEmailForm } from "./Stepper-Form";
import { StepperForm } from "./Stepper-Form";

export function StepperCard() {
const { progress } = useStepperStore();
Expand All @@ -34,7 +34,7 @@ export function StepperCard() {
</CardHeader>

<CardContent>
<StepperEmailForm />
<StepperForm />
</CardContent>
</Card>
);
Expand Down
46 changes: 0 additions & 46 deletions components/ui/useCode/Terms-of-Service.tsx

This file was deleted.

Empty file removed components/ui/useCode/temp.tsx
Empty file.

0 comments on commit 6886fd3

Please sign in to comment.