mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-02-13 16:13:22 +01:00
8 lines
77 B
JavaScript
8 lines
77 B
JavaScript
|
const Timeline = {
|
||
|
props: [
|
||
|
'timeline'
|
||
|
]
|
||
|
}
|
||
|
|
||
|
export default Timeline;
|