Skip to content

Commit

Permalink
chore: check for capitalized name of files (#22)
Browse files Browse the repository at this point in the history
* chore: renamed some files, only components are capitalized

* chore: git is not detecting file renames

* chore: renamed again

* chore: renamed due to github error no tracking filename changes

* chore: renamed again

* chore: removed capitalized name for theme folder
  • Loading branch information
Onizuka-wl authored Oct 3, 2024
1 parent f9b9158 commit b6fe5b6
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
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.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './Config';
export * from './Theme';
export * from './config';
export * from './theme';
File renamed without changes.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export * from './getTheme';
export * from './Variables';
export * from './variables';
export * from './config';
export * from './format';
File renamed without changes.

0 comments on commit b6fe5b6

Please sign in to comment.