mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-06 20:50:17 -04:00
code clean
This commit is contained in:
parent
8381211591
commit
05a0b1690b
|
@ -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';
|
||||
|
||||
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue
Block a user