mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-17 20:59:31 +00:00
chore: update deps, apply updated eslint ocnfig
This commit is contained in:
@@ -5,23 +5,23 @@ import { formatDate } from '@/utils'
|
||||
const columns: Column[] = [
|
||||
{
|
||||
key: 'question',
|
||||
title: 'Question',
|
||||
sortable: true,
|
||||
title: 'Question',
|
||||
},
|
||||
{
|
||||
key: 'answer',
|
||||
title: 'Answer',
|
||||
sortable: true,
|
||||
title: 'Answer',
|
||||
},
|
||||
{
|
||||
key: 'updated',
|
||||
title: 'Last Updated',
|
||||
sortable: true,
|
||||
title: 'Last Updated',
|
||||
},
|
||||
{
|
||||
key: 'grade',
|
||||
title: 'Grade',
|
||||
sortable: true,
|
||||
title: 'Grade',
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user