v1.0.3
add multi lang
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { createContext, useContext, useEffect, useState, useCallback } from 'react';
|
||||
|
||||
const THEME_KEY = 'ktoco_theme';
|
||||
const THEME_KEY = 'whowhat_theme';
|
||||
const ThemeContext = createContext(null);
|
||||
|
||||
function applyTheme(theme) {
|
||||
|
||||
Reference in New Issue
Block a user