622 Rename component to delete data

This commit is contained in:
Lisa Hillebrand
2022-10-16 14:47:37 +02:00
parent 43106f0081
commit 56c783020d
2 changed files with 1 additions and 2 deletions
@@ -2,8 +2,7 @@ import React, { useState } from 'react'
import AppLoadingView from '../../common/app-loading'
import AppPage from '../../common/app-page'
import DeleteData from './delete-data'
import DeleteData from './DeleteData'
import ImportData from './ImportData'
import ExportData from './ExportData'