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