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