Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jongwony committed Nov 3, 2024
1 parent 7b67754 commit 0e07b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/form/insta_special/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React, { useState, ChangeEvent, FormEvent, useEffect } from 'react';
import Image from 'next/image';
import { useRouter } from 'next/navigation';
import { ImageProvider, useImageContext } from '../ImageContext'
import { ImageProvider } from '../ImageContext'
import ProfilePictureUpload from "../Profile";
import ChooseTemplate from '@/app/Template';
import { DisplayCroppedImage } from '../CropImage';
Expand Down

0 comments on commit 0e07b5d

Please sign in to comment.