Skip to content

Commit

Permalink
Changed filename to not trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurczewski committed Dec 20, 2024
1 parent 2197ffe commit dfb7045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import styled from "styled-components"
import NxWelcome from "./nx-welcome"
import { useSerialPortListener } from "./serialport-test"
import { useSerialPortListener } from "./serialport-demo"
import { useSql } from "./sql-test"

const StyledApp = styled.div`
Expand Down
File renamed without changes.

0 comments on commit dfb7045

Please sign in to comment.