This commit is contained in:
parent
f344cdb3f8
commit
174e0d9af2
11 changed files with 866 additions and 242 deletions
|
@ -13,8 +13,8 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import {Layout} from "./layout";
|
||||
import {Theme} from "./theme";
|
||||
import {Layout} from './layout';
|
||||
import {Theme} from './theme';
|
||||
|
||||
export class Globals {
|
||||
private static layouts: Layout[] = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue