Skip to content
Snippets Groups Projects
Commit 48077580 authored by Daniel's avatar Daniel
Browse files

testing4

parent 41594365
No related branches found
No related tags found
No related merge requests found
Pipeline #223572 failed
......@@ -8,9 +8,6 @@ export const Metadata = {
export default function RootLayout({children}) {
return (
<html lang="en">
<Head>
<link rel="icon" href="/src/styles/favicon.ico" />
</Head>
<body>
<div id="root">{children}</div>
</body>
......
"use client";
'use client';
import {useState, useEffect} from 'react';
import '../styles/SortingVisualizer.css'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment