1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 10:06:39 +09:00

fix: rename components

This commit is contained in:
2019-08-05 22:59:39 +09:00
parent 26e3249513
commit cd5ed81052
30 changed files with 289 additions and 296 deletions

View File

@@ -24,7 +24,7 @@ import React from 'react'
import { FaGithub } from 'react-icons/fa'
import { Card } from '../Card'
import { ExistentialAvailability } from '../Availability'
import { ExistentialAvailability } from '../Cards'
import { capitalize } from '../../util/text'
export default function NewCard({ name }) {