Skip to content

Commit

Permalink
🚨 run format
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaGoto committed Feb 22, 2024
1 parent 95691d7 commit d2d7e67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import "@/styles/globals.scss";
import '@/styles/globals.scss';

import React from "react";
import { Analytics } from "@vercel/analytics/react";
import { Footer } from "@/ui/Footer";
import React from 'react';
import { Analytics } from '@vercel/analytics/react';
import { Footer } from '@/ui/Footer';

export default function RootLayout({
children,
Expand Down

0 comments on commit d2d7e67

Please sign in to comment.