File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export { default as Tsconfig } from "./library/tsconfig";
101101export { default as TsTest } from "./library/tsTest" ;
102102export { default as TypeScript } from "./library/typescript" ;
103103export { default as Tex } from "./library/tex" ;
104- export { Vite , Vite_Old } from "./library/vite" ;
104+ export { Vite , ViteOld } from "./library/vite" ;
105105export { default as Video } from "./library/video" ;
106106export { default as Vlang } from "./library/vlang" ;
107107export { default as Vue } from "./library/vue" ;
@@ -169,7 +169,7 @@ export { default as ReduxFacade } from "./library/reduxFacade";
169169export { default as ReduxReducer } from "./library/reduxReducer" ;
170170export { default as ReduxSelector } from "./library/reduxSelector" ;
171171export { default as Twig } from "./library/twig" ;
172- export { Vitest , Vitest_Old } from "./library/vitest" ;
172+ export { Vitest , VitestOld } from "./library/vitest" ;
173173export { default as Nuxt } from "./library/nuxt" ;
174174export { default as I18n } from "./library/I18n" ;
175175export { default as SvelteTS } from "./library/svelteTs" ;
Original file line number Diff line number Diff line change 11import type { ComponentProps , FC } from "react" ;
22
3- const Vite_Old : FC < ComponentProps < "svg" > > = ( props ) => (
3+ const ViteOld : FC < ComponentProps < "svg" > > = ( props ) => (
44 < svg
55 xmlns = "http://www.w3.org/2000/svg"
66 fill = "none"
@@ -34,4 +34,4 @@ const Vite: FC<ComponentProps<"svg">> = (props) => (
3434 </ svg >
3535) ;
3636
37- export { Vite , Vite_Old } ;
37+ export { Vite , ViteOld } ;
Original file line number Diff line number Diff line change 11import type { ComponentProps , FC } from "react" ;
22
3- const Vitest_Old : FC < ComponentProps < "svg" > > = ( props ) => (
3+ const VitestOld : FC < ComponentProps < "svg" > > = ( props ) => (
44 < svg
55 xmlns = "http://www.w3.org/2000/svg"
66 fill = "none"
@@ -38,4 +38,4 @@ const Vitest: FC<ComponentProps<"svg">> = (props) => (
3838 </ svg >
3939) ;
4040
41- export { Vitest , Vitest_Old } ;
41+ export { Vitest , VitestOld } ;
You can’t perform that action at this time.
0 commit comments