Rename Button and Input components

Temporary.
This commit is contained in:
Andy Chan 2024-03-02 14:40:23 -05:00
parent a18cbb48cb
commit f6958001e4
3 changed files with 2 additions and 2 deletions

View File

@ -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';