1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 19:01:42 +00:00

12.0 change edit wiki page style (#6109)

* 00 change className from app

* change wiki2 side panel style
This commit is contained in:
Michael An
2024-05-24 11:06:54 +08:00
committed by GitHub
parent 6c2af87eac
commit 34582dbf51
19 changed files with 258 additions and 203 deletions

View File

@@ -1,5 +1,4 @@
const FOLDER = 'folder';
const PAGE = 'page';
import { FOLDER, PAGE } from '../constant';
export default class PageUtils {