Skip to content

Commit

Permalink
enhance(frontend): move ag-grid related styled from common to related…
Browse files Browse the repository at this point in the history
… pages
  • Loading branch information
ardaerzin committed Dec 10, 2024
1 parent ea881bd commit 92c2d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agenta-web/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ import ThemeContextProvider from "@/components/Layout/ThemeContextProvider"
import AppContextProvider from "@/contexts/app.context"
import ProfileContextProvider from "@/contexts/profile.context"
import ProjectContextProvider from "@/contexts/project.context"
import "ag-grid-community/styles/ag-grid.css"
import "ag-grid-community/styles/ag-theme-alpine.css"
import {Inter} from "next/font/google"

const NoMobilePageWrapper = dynamicComponent("NoMobilePageWrapper/NoMobilePageWrapper")
Expand Down
2 changes: 2 additions & 0 deletions agenta-web/src/pages/testsets/[testset_id]/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import React from "react"
import TestsetTable from "@/components/TestSetTable/TestsetTable"
import "ag-grid-community/styles/ag-grid.css"
import "ag-grid-community/styles/ag-theme-alpine.css"

const testsetDisplay = () => {
return <TestsetTable mode="edit" />
Expand Down

0 comments on commit 92c2d33

Please sign in to comment.