Skip to content

Commit

Permalink
refactor: retira logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberta committed Sep 25, 2024
1 parent 862818b commit 65a4780
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Thumbnail/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Thumbnail.tsx
import React from 'react';
import classes from './thumbnail.module.scss'; // Importe o arquivo de estilos

import React from 'react';
import classes from './thumbnail.module.scss';
interface ThumbnailProps {
src: string;
alt: string;
Expand Down

0 comments on commit 65a4780

Please sign in to comment.