Skip to content

Commit

Permalink
run lint:apply
Browse files Browse the repository at this point in the history
  • Loading branch information
pirosiki197 committed Aug 31, 2024
1 parent 299aea3 commit d63ecb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/pages/apps/[id]/builds/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import { List } from '/@/components/templates/List'
import { ArtifactRow } from '/@/components/templates/build/ArtifactRow'
import { BuildLog } from '/@/components/templates/build/BuildLog'
import BuildStatusTable from '/@/components/templates/build/BuildStatusTable'
import { RuntimeImageRow } from '/@/components/templates/build/RuntimeImageRow'
import { client } from '/@/libs/api'
import { useBuildData } from '/@/routes'
import { colorVars } from '/@/theme'
import { RuntimeImageRow } from '/@/components/templates/build/RuntimeImageRow'

const MainView = styled('div', {
base: {
Expand Down

0 comments on commit d63ecb9

Please sign in to comment.