1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

fix: broken assets

This commit is contained in:
Sami Mazouz
2024-04-07 13:19:57 +01:00
parent 24f3a6829f
commit 5fc2bb5eb6

View File

@@ -1,9 +1,9 @@
import app from '../../admin/app'; import app from '../app';
import Button from '../../common/components/Button'; import Button from './Button';
import type { IButtonAttrs } from '../../common/components/Button'; import type { IButtonAttrs } from './Button';
import classList from '../../common/utils/classList'; import classList from '../utils/classList';
import type Mithril from 'mithril'; import type Mithril from 'mithril';
import Component from '../../common/Component'; import Component from '../Component';
export interface IUploadImageButtonAttrs extends IButtonAttrs { export interface IUploadImageButtonAttrs extends IButtonAttrs {
name: string; name: string;