Skip to content
Snippets Groups Projects
data.js 171 B
Newer Older
Pacharamai Hemhongsa's avatar
Pacharamai Hemhongsa committed
export const data = [
  {
    title: 'Hello world',
    subtitle: 'Hello world Subtitle'
  },
  {
    title: 'Hello world 2',
    subtitle: 'Hello world Subtitle 2'
  }
]