Skip to content

Commit

Permalink
FIx: 不要コード
Browse files Browse the repository at this point in the history
  • Loading branch information
su-u committed Dec 16, 2023
1 parent ff96ea4 commit 27dea2e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/urlencode/UrlEncode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ import { AppLayout } from '@/Layout/App';
import { useUrlEncode } from '@/app/urlencode/useUrlEncode';
import { Editor } from '@/components/common/Editor';
import { ClearButton } from '@/components/common/Form/ClearButton';
import { CopyButton } from '@/components/common/Form/CopyButton';
import { FormRow } from '@/components/common/Form/FormRow';
import { Select } from '@/components/common/Form/Select';
import { PageTitle } from '@/components/common/PageTitle';
import { PanelHeader } from '@/components/common/PanelHeader';
import { useCopy } from '@/hooks/useCopy';
import { CopyButton } from '@/components/common/Form/CopyButton';

export const UrlEncode: FC = () => {
const title = 'URLエンコード';
const { methods, output, encodingList } = useUrlEncode();
const { copy } = useCopy();

return (
<FormProvider {...methods}>
Expand Down

1 comment on commit 27dea2e

@vercel
Copy link

@vercel vercel bot commented on 27dea2e Dec 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tools-su-u-dev – ./

tools-su-u-dev-git-main-su-u.vercel.app
tools.su-u.dev
tools-su-u-dev.vercel.app
tools-su-u-dev-su-u.vercel.app

Please sign in to comment.