mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-07 22:15:49 +01:00
🚚 Rename dash. folder to dashdot
Was causing issues on non-unix systems
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export * from './calendar';
|
||||
export * from './dash.';
|
||||
export * from './dashdot';
|
||||
export * from './date';
|
||||
export * from './downloads';
|
||||
export * from './ping';
|
||||
|
||||
Reference in New Issue
Block a user