8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
import type { SceneContent } from './index'
|
|
|
|
export const resume: SceneContent = {
|
|
title: 'RESUME',
|
|
subtitle: 'Ahmed Mohamed',
|
|
body: 'Graphics & Systems Engineer',
|
|
}
|