Skip to content

Commit

Permalink
init: 빌드 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
ocahs9 committed Nov 15, 2024
1 parent 665c1f5 commit c1ff0fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/assets/svgs/BtnFFloating.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as React from "react";
//import * as React from "react";
import type { SVGProps } from "react";
const SvgBtnFFloating = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand Down
2 changes: 1 addition & 1 deletion src/assets/svgs/BtnFloating.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as React from "react";
//import * as React from "react";
import type { SVGProps } from "react";
const SvgBtnFloating = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand Down
2 changes: 1 addition & 1 deletion src/assets/svgs/Hihi.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as React from "react";
//import * as React from "react";
import type { SVGProps } from "react";
const SvgHihi = (props: SVGProps<SVGSVGElement>) => (
<svg
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Layout/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react'
//import React from 'react'
import * as S from "./Layout.styled"
import { Outlet } from 'react-router-dom'

Expand Down
2 changes: 1 addition & 1 deletion src/pages/Main/Main.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react'
//import React from 'react'
import * as S from "./Main.styled"
import { BtnFloating } from '@assets/svgs'

Expand Down

0 comments on commit c1ff0fc

Please sign in to comment.