This commit is contained in:
parent
38c91032f3
commit
a6278fae8f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ struct CoursTemplate {
|
||||||
content: Option<File>,
|
content: Option<File>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Serialize, Clone)]
|
#[derive(Clone, Debug, Serialize)]
|
||||||
struct FileNode {
|
struct FileNode {
|
||||||
name: String,
|
name: String,
|
||||||
is_dir: bool,
|
is_dir: bool,
|
||||||
|
|
Loading…
Reference in a new issue