🚚 Rename dash. folder to dashdot

Was causing issues on non-unix systems
This commit is contained in:
ajnart
2022-07-23 13:10:10 +02:00
parent 1d734633f0
commit d438faa3d8
4 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import { Group } from '@mantine/core'; import { Group } from '@mantine/core';
import { CalendarModule, DateModule, TotalDownloadsModule, WeatherModule } from '../modules'; import { CalendarModule, DateModule, TotalDownloadsModule, WeatherModule } from '../modules';
import { DashdotModule } from '../modules/dash.'; import { DashdotModule } from '../modules/dashdot';
import { ModuleWrapper } from '../modules/moduleWrapper'; import { ModuleWrapper } from '../modules/moduleWrapper';
export default function Widgets(props: any) { export default function Widgets(props: any) {

View File

@@ -1,5 +1,5 @@
export * from './calendar'; export * from './calendar';
export * from './dash.'; export * from './dashdot';
export * from './date'; export * from './date';
export * from './downloads'; export * from './downloads';
export * from './ping'; export * from './ping';