1
0

Remove unused import in coursesTable.js file.

This commit is contained in:
Kevin Matsubara 2025-02-08 23:13:16 +01:00
parent 482db222c8
commit 4dc5fcb4ea

View File

@ -2,7 +2,6 @@ import React from 'react';
import educationData from './education.json';
import { useTheme } from '../../ThemeContext';
import { getLanguage } from '../../Language/Language';
import { getString } from '../../Language/LanguageStrings';
const CoursesTable = () => {