Skip to content

Commit

Permalink
chore: removed capitalized name for theme folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Onizuka-wl committed Oct 3, 2024
1 parent a3a3160 commit ce9736d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { createPublicClient, http } from 'viem';
import { mainnet } from 'viem/chains';
import { Config } from '~/types';
import { getCustomThemes } from './Theme';
import { getConstants } from './constants';
import { getEnv } from './env';
import { getCustomThemes } from './themes';

// this provider if for load data when the user is disconnected
export const publicClient = createPublicClient({
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ce9736d

Please sign in to comment.