config vite

This commit is contained in:
Viktor Rådberg
2023-08-26 13:23:30 +02:00
parent 549b069ca5
commit 7e0175aeed
63 changed files with 4516 additions and 6782 deletions

View File

@@ -1,6 +1,6 @@
export { default as Cog } from './Cog';
export { default as CommanderTax } from './CommanderTax';
export { default as Energy } from './Energy';
export { default as Experience } from './Experience';
export { default as PartnerTax } from './PartnerTax';
export { default as Poison } from './Poison';
export { default as Cog } from "./Cog";
export { default as CommanderTax } from "./CommanderTax";
export { default as Energy } from "./Energy";
export { default as Experience } from "./Experience";
export { default as PartnerTax } from "./PartnerTax";
export { default as Poison } from "./Poison";