Skip to content

Commit

Permalink
Fix imports in SchemaDesigner
Browse files Browse the repository at this point in the history
  • Loading branch information
MonaMayrhofer committed Mar 5, 2024
1 parent ac49555 commit 6643e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IHP/IDE/SchemaDesigner/View/Columns/Edit.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module IHP.IDE.SchemaDesigner.View.Columns.Edit where

import IHP.ViewPrelude
import IHP.ViewPrelude hiding (primaryKeyColumnNames)
import IHP.IDE.SchemaDesigner.Types
import qualified IHP.IDE.SchemaDesigner.Compiler as Compiler
import IHP.IDE.ToolServer.Types
Expand Down

0 comments on commit 6643e07

Please sign in to comment.