mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-26 22:44:35 +10:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
import Onyx from './Onyx';
|
|
import image from './preview.png';
|
|
|
|
export const Image = image;
|
|
export default Onyx;
|