Réarrangement du code; correction css; écriture uniquement du nouveau message
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import AbstractAuthentificateView from "./AbstractAuthentifiedView.js";
|
||||
import AbstractAuthentificateView from "./abstracts/AbstractAuthentifiedView.js";
|
||||
|
||||
export default class extends AbstractAuthentificateView {
|
||||
constructor(params) {
|
||||
@ -15,4 +15,4 @@ export default class extends AbstractAuthentificateView {
|
||||
<a href="/logout" class="nav__link" data-link>Logout</a>
|
||||
`;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user