Add meta tags and prettier

This commit is contained in:
khatabwedaa
2021-02-15 10:49:47 +02:00
parent e09f2a6045
commit 4273fd2b4f
4 changed files with 34 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div :class="{ 'dark' : darkMode }">
<div class="bg-white dark:bg-gray-900 font-roboto" id="app">
<div class="bg-white dark:bg-gray-900 font-roboto">
<header-component></header-component>
<main-component></main-component>