add prettier formatter to all file
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import TurnsPage from '@/components/panel/turns'
|
||||
import Information from '@/data/information.json';
|
||||
import TurnsPage from "@/components/panel/turns";
|
||||
import Information from "@/data/information.json";
|
||||
|
||||
function page() {
|
||||
return (
|
||||
<TurnsPage data={Information} />
|
||||
)
|
||||
return <TurnsPage data={Information} />;
|
||||
}
|
||||
|
||||
export default page
|
||||
export default page;
|
||||
|
||||
Reference in New Issue
Block a user