Reformat all project files to use the prettier config file.
This commit is contained in:
@@ -2,9 +2,9 @@ import React from "react";
|
||||
import HelpRescue from "../../components/help-rescue/help-rescue.component";
|
||||
|
||||
export default function HelpPage() {
|
||||
return (
|
||||
<div>
|
||||
<HelpRescue/>
|
||||
</div>
|
||||
);
|
||||
return (
|
||||
<div>
|
||||
<HelpRescue />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user