We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f938146 commit 157e455Copy full SHA for 157e455
1 file changed
src/layouts/Layout.astro
@@ -1,13 +1,7 @@
1
---
2
-<<<<<<< HEAD
3
-import '../styles/tailwind.css';
4
-import Nav from '../components/nav/Nav.astro';
5
-import Footer from '../components/footer/Footer.astro';
6
-=======
7
import Nav from "../components/nav/Nav.astro";
8
import Footer from "../components/footer/Footer.astro";
9
import "../styles/tailwind.css";
10
->>>>>>> 8560f4a (refactoring - cambiando diseño de la pagina)
11
12
13
<!doctype html>
0 commit comments