Skip to content

Commit

Permalink
footer is moved to core folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Jan 12, 2023
1 parent 4d6e552 commit 2004c57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
File renamed without changes.
4 changes: 4 additions & 0 deletions src/core/footer/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { Footer } from "./footer";
export {
Footer
};
8 changes: 4 additions & 4 deletions src/webclient/webclient.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Component, useState, xml } from "@odoo/owl";
import { Footer } from "@web/components/footer";
import { Sidebar } from "../core/sidebar";
import { Component, useState } from "@odoo/owl";
import { Footer } from "../core/footer";
import { Navbar } from "../core/navbar";
import { Router } from "@web/core/router";
import { Router } from "../core/router";
import { Sidebar } from "../core/sidebar";


import "./webclient.scss";
Expand Down

0 comments on commit 2004c57

Please sign in to comment.