style: コードを整形

This commit is contained in:
2023-04-26 17:55:45 +09:00
parent 5e11b70d22
commit cabecd4fce
26 changed files with 73 additions and 68 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import {Component} from "solid-js";
export const App:Component = () => {
export const App: Component = () => {
return (<p>aaa</p>)
}
+4 -4
View File
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>Solid App</title>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta content="#000000" name="theme-color"/>
<title>Solid App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>