code clean

This commit is contained in:
Nicholas 2024-03-02 14:40:42 -05:00
parent 8381211591
commit 05a0b1690b
4 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
// pages/index.tsx
"use client";
import { useState, useEffect } from 'react';
import Button from '@/components/Button';
import Input from '@/components/Input';
import Button from '@/components/Button1';
import Input from '@/components/Input1';
import Paper from '@/components/auth/Paper';

View File

@ -1,6 +1,6 @@
// pages/index.tsx
import Button from '@/components/Button';
import Button from '@/components/Button1';
import Input from '@/components/Input'
import InlineLink from '@/components/InlineLink';
import Paper from '@/components/auth/Paper';