mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-10 06:10:17 -04:00
code clean
This commit is contained in:
parent
8381211591
commit
05a0b1690b
|
@ -1,8 +1,8 @@
|
||||||
// pages/index.tsx
|
// pages/index.tsx
|
||||||
"use client";
|
"use client";
|
||||||
import { useState, useEffect } from 'react';
|
import { useState, useEffect } from 'react';
|
||||||
import Button from '@/components/Button';
|
import Button from '@/components/Button1';
|
||||||
import Input from '@/components/Input';
|
import Input from '@/components/Input1';
|
||||||
import Paper from '@/components/auth/Paper';
|
import Paper from '@/components/auth/Paper';
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// pages/index.tsx
|
// pages/index.tsx
|
||||||
|
|
||||||
import Button from '@/components/Button';
|
import Button from '@/components/Button1';
|
||||||
import Input from '@/components/Input'
|
import Input from '@/components/Input'
|
||||||
import InlineLink from '@/components/InlineLink';
|
import InlineLink from '@/components/InlineLink';
|
||||||
import Paper from '@/components/auth/Paper';
|
import Paper from '@/components/auth/Paper';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user