Skip to content

Commit

Permalink
fixing the missing style
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jun 23, 2024
1 parent 73f78f8 commit f5b5543
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/app/client/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "@/css";
import { Fragment } from "react";

export default async function RootLayout({
Expand Down
2 changes: 0 additions & 2 deletions src/app/client/r/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import "@/css";

import type { SavedConnectionLabel } from "@/app/connect/saved-connection-storage";
import { get_database } from "@/db";
import { database } from "@/db/schema";
Expand Down
1 change: 0 additions & 1 deletion src/components/gui/studio.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"use client";
import "./index.css";
import MainScreen from "@/components/gui/main-connection";
import { ConfigProvider } from "@/context/config-provider";
import { DriverProvider } from "@/context/driver-provider";
Expand Down

0 comments on commit f5b5543

Please sign in to comment.