format code using prettier
This commit is contained in:
parent
f06a7a6da1
commit
93b4cd065a
27 changed files with 326 additions and 260 deletions
|
@ -1,8 +1,7 @@
|
|||
import type { Component } from "solid-js";
|
||||
|
||||
|
||||
const TootBottomSheet: Component = (props) => {
|
||||
return <></>
|
||||
}
|
||||
return <></>;
|
||||
};
|
||||
|
||||
export default TootBottomSheet
|
||||
export default TootBottomSheet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue