Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hazal-karakus committed Jan 2, 2025
1 parent 73b3fa9 commit cbb1afc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added react/src/assets/cat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion react/src/components/Employee.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useEffect, useState } from 'react';
import { Link, useParams } from 'react-router-dom';
import './employee.css';
import './products.css';
import * as Sentry from '@sentry/react';

function Employee() {
Expand Down
1 change: 1 addition & 0 deletions react/src/components/employees/emma.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import img from '../../assets/emma-garcia.jpg';
import img from '../../assets/cat.jpg';

const Emma = {
name: 'Emma Garcia',
Expand Down

0 comments on commit cbb1afc

Please sign in to comment.