Skip to content

Commit 7af08f6

Browse files
author
Carms Ng
committed
[FIX] Rename Component: CarouselCard
1 parent 68fff98 commit 7af08f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/components/carousel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import { graphql, useStaticQuery } from 'gatsby';
3-
import CarouselCard from "./carousel-card";
3+
import CarouselCard from "./CarouselCard";
44

55
export default function Carousel({ teamIndex, setTeamIndex, locale }) {
66
// Query all team member info

0 commit comments

Comments
 (0)