dD0K
dD0K
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
thank you
26 replies
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
yeah nuking the project and doing it again fixed it
26 replies
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
ok sounds good
26 replies
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
I can't find it in my project's directory
26 replies
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
huh
26 replies
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
how can I check the config
26 replies
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
my friend I couldn't tell you what webpack is
26 replies
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
I've used react on a work system before and didn't have this problem
26 replies
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
yeah
26 replies
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
uh
26 replies
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
const About = function() {
return (
<div>
<h1 className="container-headers">Some title</h1>
<p>
Some text
</p>
</div>
)
}

export default About;
const About = function() {
return (
<div>
<h1 className="container-headers">Some title</h1>
<p>
Some text
</p>
</div>
)
}

export default About;
26 replies
TTCTheo's Typesafe Cult
Created by dD0K on 12/31/2024 in #questions
Help with webpack error
here you are!
import About from "./components/NewButton";

export default function Home() {
return (
<div className="test-container">
<About />
</div>
);
}
import About from "./components/NewButton";

export default function Home() {
return (
<div className="test-container">
<About />
</div>
);
}
26 replies