Added rename function
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
@use "../../vars" as *;
|
||||
@use "../../index.scss" as *;
|
||||
|
||||
.footer{
|
||||
height: 150px;
|
||||
margin-top: 50px;
|
||||
background-color: $primary_color;
|
||||
@extend .center-flex;
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
import style from "./Footer.module.scss";
|
||||
import style from "./index.module.scss";
|
||||
|
||||
|
||||
function Footer() {
|
||||
|
||||
Reference in New Issue
Block a user