mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-20 03:32:09 +10:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
import Gengar from './Gengar';
|
|
import image from './preview.png';
|
|
|
|
export const Image = image;
|
|
export default Gengar;
|