Remove unused implementations.
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
import { LanguageItem } from '../types/languageItem';
|
|
||||||
|
|
||||||
export const languageItems: LanguageItem[] = [
|
|
||||||
{ label: "Suomi", value: "fi" },
|
|
||||||
{ label: "Englanti", value: "en" }
|
|
||||||
];
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
export type LanguageItem = {
|
|
||||||
label: string;
|
|
||||||
value: string;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user