mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-19 02:00:15 -04:00
Rename Button and Input components
Temporary.
This commit is contained in:
parent
a18cbb48cb
commit
f6958001e4
|
@ -1,8 +1,8 @@
|
||||||
// pages/index.tsx
|
// pages/index.tsx
|
||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import Button from '@/components/Button';
|
import Button from '@/components/Button49';
|
||||||
import Input from '@/components/Input'
|
import Input from '@/components/Input49'
|
||||||
import InlineLink from '@/components/InlineLink';
|
import InlineLink from '@/components/InlineLink';
|
||||||
import Paper from '@/components/auth/Paper';
|
import Paper from '@/components/auth/Paper';
|
||||||
import Image from 'next/image';
|
import Image from 'next/image';
|
||||||
|
|
Loading…
Reference in New Issue
Block a user