Skip to content

Commit

Permalink
fix: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Onizuka-wl committed Oct 2, 2024
1 parent dec50f2 commit 8713a49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/types/Config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CutomThemes } from '~/types';
import { CustomThemes } from '~/types';

export interface Env {
RPC_URL: string;
Expand All @@ -10,4 +10,4 @@ export interface Constants {
//...
}

export interface Config extends Env, Constants, CutomThemes {}
export interface Config extends Env, Constants, CustomThemes {}
2 changes: 1 addition & 1 deletion src/types/Theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface PropTheme {
theme: Theme;
}

export interface CutomThemes {
export interface CustomThemes {
main: {
light: Theme;
dark: Theme;
Expand Down

0 comments on commit 8713a49

Please sign in to comment.