🚚 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 { CalendarModule, DateModule, TotalDownloadsModule, WeatherModule } from '../modules';
import { DashdotModule } from '../modules/dash.';
import { DashdotModule } from '../modules/dashdot';
import { ModuleWrapper } from '../modules/moduleWrapper';
export default function Widgets(props: any) {